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
[LLVM][Alignment] Make functions using log of alignment explicit
[llvm-complete.git]
/
test
/
CodeGen
/
PowerPC
/
2005-01-14-SetSelectCrash.ll
blob
49491cd30b09bbd6a36a7a778209f01a15bce14c
1
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--
2
3
define i32 @main() {
4
%setle = icmp sle i64 1, 0 ; <i1> [#uses=1]
5
%select = select i1 true, i1 %setle, i1 true ; <i1> [#uses=0]
6
ret i32 0
7
}
8