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
Indentation change.
[llvm/avr.git]
/
test
/
Transforms
/
InstCombine
/
2009-03-24-InfLoop.ll
blob
6d5a7bf77d2b3b600d182d9b7e775f5166603270
1
; PR3874
2
; RUN: llvm-as < %s | opt -instcombine | llvm-dis
3
define i1 @test(i32 %x) {
4
%A = lshr i32 3968, %x
5
%B = and i32 %A, 1
6
%C = icmp eq i32 %B, 0
7
ret i1 %C
8
}
9