repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git]
/
test
/
CodeGen
/
SystemZ
/
02-RetNeg.ll
blob
0bfbc7f11b962b63096d93f10a1ebfa813bd0d1d
1
; RUN: llvm-as < %s | llc -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
}