repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert 374373: [Codegen] Alter the default promotion for saturating adds and subs
[llvm-core.git]
/
test
/
CodeGen
/
ARM
/
select-undef.ll
blob
bae4d40d3364017c0808a5c5e141d69651b97b34
1
; RUN: llc -mtriple=arm-eabi -mcpu=swift -verify-machineinstrs %s -o /dev/null
2
3
define i32 @func(i32 %arg0, i32 %arg1) {
4
entry:
5
%cmp = icmp slt i32 %arg0, 10
6
%v = select i1 %cmp, i32 undef, i32 %arg1
7
ret i32 %v
8
}