We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec44c9 commit 117ddeaCopy full SHA for 117ddea
clang/test/CodeGenSYCL/debug-info-srcpos-kernel.cpp
@@ -25,7 +25,7 @@ int main() {
25
}
26
27
// CHECK: define{{.*}} spir_kernel {{.*}}19use_kernel_for_test({{.*}}){{.*}} !dbg [[KERNEL:![0-9]+]] {{.*}}{
28
-// CHECK: getelementptr inbounds %class.{{.*}}.anon{{.*}} !dbg [[LINE_A0:![0-9]+]]
+// CHECK: getelementptr inbounds %class.anon, %class.anon addrspace(4)* %{{[0-9]+}}, i32 0, i32 0, !dbg [[LINE_A0:![0-9]+]]
29
// CHECK: call spir_func void {{.*}}6__init{{.*}} !dbg [[LINE_A0]]
30
// CHECK: call spir_func void @_ZZ4mainENKUlvE_clEv{{.*}} !dbg [[LINE_B0:![0-9]+]]
31
// CHECK: ret void, !dbg [[LINE_C0:![0-9]+]]
0 commit comments