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