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
/
2006-11-27-SelectLegalize.ll
blob
1222a37436862cce1093c6419a7abc3796fd6ee4
1
; RUN: llvm-as < %s | llc -march=x86 | grep test.*1
2
; PR1016
3
4
define i32 @test(i32 %A, i32 %B, i32 %C) {
5
%a = trunc i32 %A to i1 ; <i1> [#uses=1]
6
%D = select i1 %a, i32 %B, i32 %C ; <i32> [#uses=1]
7
ret i32 %D
8
}
9