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