summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/predicate-copy.ll
blob: 1b58ec9e790871bc955a3218559d48f6f02e278f (plain)
1
2
3
4
5
6
7
8
9
10
; 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" }
OpenPOWER on IntegriCloud