Sign in
ara-mdk
/
platform
/
external
/
llvm
/
d517da33b712b5d8d687ee5e5974056a4787ec4f
/
.
/
test
/
Analysis
/
ScalarEvolution
/
and-xor.ll
blob: 06f4a8582fa19a07fccfd12dab0c523979f6fa97 [
file
] [
log
] [
blame
]
; RUN: opt < %s -scalar-evolution -analyze \
; RUN: | grep "\--> (zext" | count 2
define
i32
@foo
(
i32
%x
)
{
%n
=
and
i32
%x
,
255
%y
=
xor
i32
%n
,
255
ret
i32
%y
}