repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
CodeGen
/
Hexagon
/
predicate-copy.ll
blob
1b58ec9e790871bc955a3218559d48f6f02e278f
1
; RUN: llc -march=hexagon -O3 < %s | FileCheck %s
2
3
; CHECK: r{{[0-9]+}} = p{{[0-9]+}}
4
5
define i1 @f0() #0 {
6
b0:
7
ret i1 false
8
}
9
10
attributes #0 = { nounwind "target-cpu"="hexagonv5" }