Sign in
ara-mdk
/
platform
/
external
/
llvm
/
9beae49622ca6655bea7e2241a6997cf72aa138c
/
.
/
test
/
Assembler
/
2007-03-19-NegValue.ll
blob: 64eb3cb5903a20b1dbbf4923a6270ac9a78100e8 [
file
] [
log
] [
blame
]
; Test whether negative values > 64 bits retain their negativeness.
; RUN: llvm-as < %s | llvm-dis | grep "add i65.*, -1"
define
i65
@testConsts
(
i65
%N
)
{
%a
=
add
i65
%N
,
-
1
ret
i65
%a
}