Files
Krzysztof Parzyszek 0129666367 [Hexagon] Remove support for V4
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@344791 91177308-0d34-0410-b5e6-96231b3b80d8
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" }