aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/X86/x86-64.s
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-12-25 21:36:35 +0000
committerChris Lattner <sabre@nondot.org>2010-12-25 21:36:35 +0000
commit7ab3cc32d6bd3c3166184e27713c91f5317c7f85 (patch)
treed192461826ec03f463b93c9a02a0325a2f606dc3 /test/MC/X86/x86-64.s
parentae47be1ea023e4b1e6bbbdc4687333eea54c84c8 (diff)
downloadexternal_llvm-7ab3cc32d6bd3c3166184e27713c91f5317c7f85.zip
external_llvm-7ab3cc32d6bd3c3166184e27713c91f5317c7f85.tar.gz
external_llvm-7ab3cc32d6bd3c3166184e27713c91f5317c7f85.tar.bz2
Generalize a previous change, fixing PR8855 - an valid large immediate
rejected by the mc assembler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122557 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/X86/x86-64.s')
-rw-r--r--test/MC/X86/x86-64.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/MC/X86/x86-64.s b/test/MC/X86/x86-64.s
index a285c6f..5375919 100644
--- a/test/MC/X86/x86-64.s
+++ b/test/MC/X86/x86-64.s
@@ -916,3 +916,7 @@ movq %mm5, %rbx // CHECK: movd %mm5, %rbx # encoding: [0x48,0x0f,0x7e,0xeb]
rex64 // CHECK: rex64 # encoding: [0x48]
data16 // CHECK: data16 # encoding: [0x66]
+
+// PR8855
+movq 18446744073709551615,%rbx // CHECK: movq -1, %rbx
+