File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SYCL_ESIMD_FUNCTION SYCL_EXTERNAL ESIMD_NOINLINE void callee(int x) {
24
24
// inherits SLMSize and NBarrierCount from callee
25
25
void caller_abc (int x) {
26
26
kernel<class kernel_abc >([=]() SYCL_ESIMD_KERNEL { callee (x); });
27
- // CHECK: define dso_local spir_kernel void @_ZTSZ10caller_abciE10kernel_abc(i32 noundef "VCArgumentIOKind"="0" %_arg_x ) local_unnamed_addr #2
27
+ // CHECK: define dso_local spir_kernel void @_ZTSZ10caller_abciE10kernel_abc(i32 noundef "VCArgumentIOKind"="0" %{{.*}} ) local_unnamed_addr #2
28
28
}
29
29
30
30
// inherits only NBarrierCount from callee
@@ -33,7 +33,7 @@ void caller_xyz(int x) {
33
33
slm_init (1235 );
34
34
callee (x);
35
35
});
36
- // CHECK: define dso_local spir_kernel void @_ZTSZ10caller_xyziE10kernel_xyz(i32 noundef "VCArgumentIOKind"="0" %_arg_x ) local_unnamed_addr #3
36
+ // CHECK: define dso_local spir_kernel void @_ZTSZ10caller_xyziE10kernel_xyz(i32 noundef "VCArgumentIOKind"="0" %{{.*}} ) local_unnamed_addr #3
37
37
}
38
38
39
39
// CHECK: attributes #2 = { {{.*}} "VCNamedBarrierCount"="13" "VCSLMSize"="1234"
You can’t perform that action at this time.
0 commit comments