Skip to content

Commit 5927bb5

Browse files
committed
Pre-commit test
1 parent f613801 commit 5927bb5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)