Skip to content

Commit 0693f5e

Browse files
committed
i32 addrspace(3)* -> ptr addrspace(3)
1 parent 8c02604 commit 0693f5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libclc/libspirv/lib/amdgcn-amdhsa/group/collectives_helpers.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ entry:
2020
ret ptr addrspace(3) @__clc__group_scratch_i16
2121
}
2222

23-
define i32 addrspace(3)* @__clc__get_group_scratch_int() nounwind alwaysinline {
23+
define ptr addrspace(3) @__clc__get_group_scratch_int() nounwind alwaysinline {
2424
entry:
25-
ret i32 addrspace(3)* @__clc__group_scratch_i32
25+
ret ptr addrspace(3) @__clc__group_scratch_i32
2626
}
2727

2828
define ptr addrspace(3) @__clc__get_group_scratch_long() nounwind alwaysinline {

libclc/libspirv/lib/ptx-nvidiacl/group/collectives_helpers.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ entry:
2121
ret ptr addrspace(3) @__clc__group_scratch_i16
2222
}
2323

24-
define i32 addrspace(3)* @__clc__get_group_scratch_int() nounwind alwaysinline {
24+
define ptr addrspace(3) @__clc__get_group_scratch_int() nounwind alwaysinline {
2525
entry:
26-
ret i32 addrspace(3)* @__clc__group_scratch_i32
26+
ret ptr addrspace(3) @__clc__group_scratch_i32
2727
}
2828

2929
define ptr addrspace(3) @__clc__get_group_scratch_long() nounwind alwaysinline {

0 commit comments

Comments
 (0)