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
/
03-RetNegImmSubreg.ll
blob
fa83803fc0c1785fb14ba918e2900a0d7f57fe47
1
; RUN: llvm-as < %s | llc -march=systemz | grep lcr | count 1
2
3
define i32 @foo(i32 %a) {
4
entry:
5
%c = sub i32 0, %a
6
ret i32 %c
7
}
8