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
revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git]
/
test
/
Analysis
/
ScalarEvolution
/
and-xor.ll
blob
90d947f15bba3fc971b6cd12eb7546ab649a5b06
1
; RUN: opt < %s -scalar-evolution -analyze -disable-output \
2
; RUN: | grep {\\--> (zext} | count 2
3
4
define i32 @foo(i32 %x) {
5
%n = and i32 %x, 255
6
%y = xor i32 %n, 255
7
ret i32 %y
8
}