Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ae5f603665c22992f495ba88efab2133d840c4f5
/
.
/
test
/
ExecutionEngine
/
test-logical.ll
blob: 732054d6f8831d6c71284f1745083c14c2044d84 [
file
] [
log
] [
blame
]
void
%test
()
{
%A
=
and
sbyte
4
,
8
%B
=
or
sbyte
%A
,
7
%C
=
xor
sbyte
%B
,
%A
%A
=
and
short
4
,
8
%B
=
or
short
%A
,
7
%C
=
xor
short
%B
,
%A
%A
=
and
int
4
,
8
%B
=
or
int
%A
,
7
%C
=
xor
int
%B
,
%A
ret
void
}