Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
afa08b51a65fd3e945cb752281f7ad5f02c4fa29
/
.
/
test
/
Analysis
/
ScalarEvolution
/
and-xor.ll
blob: 90d947f15bba3fc971b6cd12eb7546ab649a5b06 [
file
] [
log
] [
blame
]
; RUN: opt < %s -scalar-evolution -analyze -disable-output \
; RUN: | grep {\\--> (zext} | count 2
define
i32
@foo
(
i32
%x
)
{
%n
=
and
i32
%x
,
255
%y
=
xor
i32
%n
,
255
ret
i32
%y
}