summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_set-7.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-12-15 03:00:47 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-12-15 03:00:47 +0000
commit7a831ce85f79a950c3bea2bcfbeda35f9bab9cdb (patch)
tree606265dd9805e5c0a9cc8b99a8a94df2bb628f25 /test/CodeGen/X86/vec_set-7.ll
parent1d0ba370996d34c351c95414fc2d130e04ae21d1 (diff)
downloadllvm-7a831ce85f79a950c3bea2bcfbeda35f9bab9cdb.tar.gz
llvm-7a831ce85f79a950c3bea2bcfbeda35f9bab9cdb.tar.bz2
llvm-7a831ce85f79a950c3bea2bcfbeda35f9bab9cdb.tar.xz
Make better use of instructions that clear high bits; fix various 2-wide shuffle bugs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_set-7.ll')
-rw-r--r--test/CodeGen/X86/vec_set-7.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_set-7.ll b/test/CodeGen/X86/vec_set-7.ll
index d622d96e8b..3bf02e2f0e 100644
--- a/test/CodeGen/X86/vec_set-7.ll
+++ b/test/CodeGen/X86/vec_set-7.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 | grep movq | count 1
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=+sse2 | grep movsd | count 1
<2 x long> %test(<2 x long>* %p) {
%tmp = cast <2 x long>* %p to double*