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
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
2006-11-27-SelectLegalize.ll
blob
ea2e6db61e1afeea2091117172cc6ba78c63172f
1
; RUN: llc < %s -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