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
/
Alpha
/
neg1.ll
blob
ddaed4a0c6e24ffcba1bb7cedf299175f719aa22
1
; Make sure this testcase codegens to the lda -1 instruction
2
; RUN: llvm-as < %s | llc -march=alpha | grep {\\-1}
3
4
define i64 @bar() {
5
entry:
6
ret i64 -1
7
}