Sign in
swiftshader
/
SwiftShader
/
9d96071c3696f8ae50e9046cf320cd979d006c32
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
Assembler
/
2007-03-19-NegValue.ll
blob: a2deac280b84f1d4e45bf5065e3520794386d8ac [
file
] [
log
] [
blame
]
; Test whether negative values > 64 bits retain their negativeness.
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
; RUN: verify-uselistorder %s
define
i65
@testConsts
(
i65
%N
)
{
; CHECK: add i65 %N, -1
%a
=
add
i65
%N
,
-
1
ret
i65
%a
}