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-RetOr.ll
blob
a1ddb63d04abebeb930b559cbd09ec684e078879
1
; RUN: llc < %s -march=systemz
2
define i64 @foo(i64 %a, i64 %b) {
3
entry:
4
%c = or i64 %a, %b
5
ret i64 %c
6
}