repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs in register stack pass.
[llvm/zpu.git]
/
test
/
CodeGen
/
SystemZ
/
02-RetNeg.ll
blob
3f6ba2f27fd4d43a410b6728a82ed370b5a8d198
1
; RUN: llc < %s -march=systemz | grep lcgr | count 1
2
3
define i64 @foo(i64 %a) {
4
entry:
5
%c = sub i64 0, %a
6
ret i64 %c
7
}