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
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
CodeGen
/
Alpha
/
neg1.ll
blob
0db767f68e517a6d09905430102a3b990f49036e
1
; Make sure this testcase codegens to the lda -1 instruction
2
; RUN: llc < %s -march=alpha | grep {\\-1}
3
4
define i64 @bar() {
5
entry:
6
ret i64 -1
7
}