repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
When removing a function from the function set and adding it to deferred, we
[llvm.git]
/
test
/
CodeGen
/
SystemZ
/
02-RetAnd.ll
blob
b568a57f8beed4fc45d667c0068c847c1e8988d8
1
; RUN: llc < %s -march=systemz
2
3
define i64 @foo(i64 %a, i64 %b) {
4
entry:
5
%c = and i64 %a, %b
6
ret i64 %c
7
}