This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
0d76b17a78
llvm-project
/
llvm
/
test
/
CodeGen
/
SystemZ
/
02-RetXorImm.ll
6 lines
106 B
LLVM
Raw
Blame
History
; RUN: llvm-as < %s | llc
define
i64
@foo
(
i64
%a
,
i64
%b
)
{
entry:
%c
=
xor
i64
%a
,
1
ret
i64
%c
}
Reference in New Issue
View Git Blame
Copy Permalink