repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
2004-10-08-SelectSetCCFold.ll
blob
2bd755d979d1a4bc77c4787518a927d469f67189
1
; RUN: llc < %s -mtriple=i686--
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