File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,5 +38,5 @@ attributes #1 = { convergent norecurse }
38
38
!2 = !{i32 4 , i32 100000 }
39
39
!3 = !{!"clang version 13.0.0" }
40
40
!4 = !{}
41
- ; ![[ADDR_SPACE_MD]] = !{i32 1, i32 3}
41
+ ; CHECK: ![[ADDR_SPACE_MD]] = !{i32 1, i32 3}
42
42
!5 = !{i32 1 }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ target triple = "nvptx64-nvidia-cuda"
8
8
; CHECK: @__sycl_dynamicLocalMemoryPlaceholder_GV = external local_unnamed_addr addrspace(3) global [0 x i8], align 128
9
9
10
10
; Function Attrs: convergent norecurse
11
- ; CHECK: @_ZTS7KernelA(ptr addrspace(1) %0)
11
+ ; CHECK: @_ZTS7KernelA(ptr addrspace(1) %0){{.*}} !kernel_arg_addr_space ![[ADDR_SPACE_MD:[0-9]+]]
12
12
define void @_ZTS7KernelA (ptr addrspace (1 ) %0 ) local_unnamed_addr #0 !kernel_arg_addr_space !5 {
13
13
entry:
14
14
; CHECK: getelementptr inbounds i8, ptr addrspace(3) @__sycl_dynamicLocalMemoryPlaceholder_GV
@@ -34,5 +34,5 @@ attributes #1 = { convergent norecurse }
34
34
!2 = !{i32 4 , i32 100000 }
35
35
!3 = !{!"clang version 13.0.0" }
36
36
!4 = !{}
37
- ; ![[ADDR_SPACE_MD]] = !{i32 1, i32 3 }
37
+ ; CHECK: ![[ADDR_SPACE_MD]] = !{i32 1}
38
38
!5 = !{i32 1 }
You can’t perform that action at this time.
0 commit comments