llvm-project/llvm/test/CodeGen/Hexagon/predicate-copy.ll
Krzysztof Parzyszek 6bfc6577f2 [Hexagon] Remove support for V4
llvm-svn: 344791
2018-10-19 17:31:11 +00:00

11 lines
184 B
LLVM

; RUN: llc -march=hexagon -O3 < %s | FileCheck %s
; CHECK: r{{[0-9]+}} = p{{[0-9]+}}
define i1 @f0() #0 {
b0:
ret i1 false
}
attributes #0 = { nounwind "target-cpu"="hexagonv5" }