2007-03-19 20:35:26 +00:00
|
|
|
; Test whether negative values > 64 bits retain their negativeness.
|
2007-04-15 10:07:55 +00:00
|
|
|
; RUN: llvm-as < %s | llvm-dis | grep {add i65.*, -1}
|
2007-03-19 20:35:26 +00:00
|
|
|
|
|
|
|
define i65 @testConsts(i65 %N) {
|
|
|
|
%a = add i65 %N, -1
|
|
|
|
ret i65 %a
|
|
|
|
}
|