repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git]
/
test
/
Analysis
/
ScalarEvolution
/
and-xor.ll
blob
17725735a7ce832c88025fd510cb90d6d9ec2f0e
1
; RUN: opt < %s -scalar-evolution -analyze \
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
}