repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
2004-10-08-SelectSetCCFold.ll
blob
9ee773c91a24f8a16c3e32ec0e1ccca6125f64fe
1
; RUN: llvm-as < %s | llc -march=x86
2
3
define i1 @test(i1 %C, i1 %D, i32 %X, i32 %Y) {
4
%E = icmp slt i32 %X, %Y ; <i1> [#uses=1]
5
%F = select i1 %C, i1 %D, i1 %E ; <i1> [#uses=1]
6
ret i1 %F
7
}
8