Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
b82f5e7c0045176161a0389f10e6af533860f18a
/
.
/
test
/
Feature
/
testlogical.ll
blob: d1f8c2516a68bca86b4a6140fa41c966b9075808 [
file
] [
log
] [
blame
]
implementation
int
"simpleAdd"
(
int
%i0
,
int
%j0
)
begin
%t1
=
xor
int
%i0
,
%j0
%t2
=
or
int
%i0
,
%j0
%t3
=
and
int
%t1
,
%t2
ret
int
%t3
end