mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Test case noticed by Sheng that fails because negative values that are
greater than 64-bits don't have the sign bits extended on construction of the APInt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35178 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d437db1b7b
commit
4a33714dcd
7
test/Assembler/2007-03-19-NegValue.ll
Normal file
7
test/Assembler/2007-03-19-NegValue.ll
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
; 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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user