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
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
Transforms
/
InstCombine
/
2006-02-28-Crash.ll
blob
9bea14c027ea6b7bf491a8253056ce33385dce29
1
; RUN: opt < %s -instcombine -disable-output
2
3
define i32 @test() {
4
%tmp203 = icmp eq i32 1, 2 ; <i1> [#uses=1]
5
%tmp203.upgrd.1 = zext i1 %tmp203 to i32 ; <i32> [#uses=1]
6
ret i32 %tmp203.upgrd.1
7
}
8