summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/inline-asm-mrv.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-04-14 01:46:37 +0000
committerBill Wendling <isanbard@gmail.com>2011-04-14 01:46:37 +0000
commit410ec4aad1605850e39153d56754492a2489b35d (patch)
treef1ede7ae7fdf169b50db976fca7532e46872c3bb /llvm/test/CodeGen/X86/inline-asm-mrv.ll
parent7e07d6fb69bf52b45e1a0f790135bd4746d70194 (diff)
downloadbcm5719-llvm-410ec4aad1605850e39153d56754492a2489b35d.tar.gz
bcm5719-llvm-410ec4aad1605850e39153d56754492a2489b35d.zip
As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
(movzx/movsx) because they give more information. Revert that part of the patch. llvm-svn: 129498
Diffstat (limited to 'llvm/test/CodeGen/X86/inline-asm-mrv.ll')
-rw-r--r--llvm/test/CodeGen/X86/inline-asm-mrv.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/inline-asm-mrv.ll b/llvm/test/CodeGen/X86/inline-asm-mrv.ll
index 8442d7a7c4e..78d7e776cf2 100644
--- a/llvm/test/CodeGen/X86/inline-asm-mrv.ll
+++ b/llvm/test/CodeGen/X86/inline-asm-mrv.ll
@@ -1,5 +1,5 @@
; PR2094
-; RUN: llc < %s -march=x86-64 | grep movsx
+; RUN: llc < %s -march=x86-64 | grep movslq
; RUN: llc < %s -march=x86-64 | grep addps
; RUN: llc < %s -march=x86-64 | grep paddd
; RUN: llc < %s -march=x86-64 | not grep movq
OpenPOWER on IntegriCloud