llvm-for-llvmta/test/CodeGen/Hexagon/isel-i1arg-crash.ll

7 lines
109 B
LLVM
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llc -march=hexagon -debug-only=isel < %s
; REQUIRES: asserts
define void @g(i1 %cond) {
ret void
}