llvm-for-llvmta/test/CodeGen/Hexagon/isel-i1arg-crash.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

7 lines
109 B
LLVM

; RUN: llc -march=hexagon -debug-only=isel < %s
; REQUIRES: asserts
define void @g(i1 %cond) {
ret void
}