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 b0771ad commit 90590c1Copy full SHA for 90590c1
llvm/test/CodeGen/SPIRV/global-var-name-linkage.ll
@@ -42,7 +42,7 @@
42
43
%"class.sycl::_V1::nd_item" = type { i8 }
44
45
-@G1 = private unnamed_addr addrspace(1) constant %"class.sycl::_V1::nd_item" undef, align 1
+@G1 = private unnamed_addr addrspace(1) constant %"class.sycl::_V1::nd_item" poison, align 1
46
@g1 = addrspace(1) global i32 1, align 4
47
@g2 = internal addrspace(1) global i32 2, align 4
48
@g4 = common addrspace(1) global i32 0, align 4
0 commit comments