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
revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git]
/
test
/
Assembler
/
2007-03-19-NegValue.ll
blob
e90cf351e1d737595eb239c0d335c868f598511f
1
; Test whether negative values > 64 bits retain their negativeness.
2
; RUN: llvm-as < %s | llvm-dis | grep {add i65.*, -1}
3
4
define i65 @testConsts(i65 %N) {
5
%a = add i65 %N, -1
6
ret i65 %a
7
}