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 eaa889a commit 1edd88aCopy full SHA for 1edd88a
llvm/test/CodeGen/SPIRV/non_int_constant_null.ll
@@ -0,0 +1,10 @@
1
+; RUN: not llc -mtriple spirv64-unknown-unknown %s --spirv-ext=+SPV_KHR_float_controls2 -o -
2
+; Assertion `isImm() && "Wrong MachineOperand accessor"' failed
3
+; On TypeMI->getOperand(1).getImm() then TypeMI is OpTypeArray %8, %17
4
+
5
+@A = addrspace(1) constant [1 x i8] zeroinitializer
6
7
+define spir_kernel void @foo() {
8
+entry:
9
+ ret void
10
+}
0 commit comments