aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-27 07:11:53 +0000
committerChris Lattner <sabre@nondot.org>2010-09-27 07:11:53 +0000
commitdf967d613704d4e4f01ecce85c1846dfab4d9a1b (patch)
tree2f907a474edffc51ad6831be140ca9ddc36df252 /test/MC/AsmParser
parentcb296ec0b689ccbcb08cedc5d3e090c0471eb393 (diff)
downloadexternal_llvm-df967d613704d4e4f01ecce85c1846dfab4d9a1b.zip
external_llvm-df967d613704d4e4f01ecce85c1846dfab4d9a1b.tar.gz
external_llvm-df967d613704d4e4f01ecce85c1846dfab4d9a1b.tar.bz2
fix rdar://8470918 - llvm-mc can't assemble smovl
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/AsmParser')
-rw-r--r--test/MC/AsmParser/X86/x86_instructions.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/MC/AsmParser/X86/x86_instructions.s b/test/MC/AsmParser/X86/x86_instructions.s
index dda047e..d16dc9d 100644
--- a/test/MC/AsmParser/X86/x86_instructions.s
+++ b/test/MC/AsmParser/X86/x86_instructions.s
@@ -83,6 +83,13 @@
// CHECK: movsb
rep;movsb
+
+// rdar://8470918
+smovb // CHECK: movsb
+smovw // CHECK: movsw
+smovl // CHECK: movsl
+smovq // CHECK: movsq
+
// rdar://8456361
// CHECK: rep
// CHECK: movsl