summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-30.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2009-04-24 12:40:33 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2009-04-24 12:40:33 +0000
commit15684b29552393553524171bff1913e750f390f8 (patch)
tree2d43d8f19d7fc59d2c61b282b789a704c96b16b0 /test/CodeGen/X86/vec_shuffle-30.ll
parentf6b9f260ede8c65b0de53dc9dd3ba42c1a286c13 (diff)
downloadllvm-15684b29552393553524171bff1913e750f390f8.tar.gz
llvm-15684b29552393553524171bff1913e750f390f8.tar.bz2
llvm-15684b29552393553524171bff1913e750f390f8.tar.xz
Revert 69952. Causes testsuite failures on linux x86-64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69967 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_shuffle-30.ll')
-rw-r--r--test/CodeGen/X86/vec_shuffle-30.ll7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/CodeGen/X86/vec_shuffle-30.ll b/test/CodeGen/X86/vec_shuffle-30.ll
index 50a3df8f0b..38f02fe238 100644
--- a/test/CodeGen/X86/vec_shuffle-30.ll
+++ b/test/CodeGen/X86/vec_shuffle-30.ll
@@ -1,7 +1,8 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -disable-mmx -o %t -f
; RUN: grep pshufhw %t | grep 161 | count 1
-; RUN: grep shufps %t | count 1
-; RUN: not grep pslldq %t
+; RUN: grep pslldq %t | count 1
+
+
; Test case when creating pshufhw, we incorrectly set the higher order bit
; for an undef,
@@ -19,4 +20,4 @@ entry:
%0 = shufflevector <4 x i32> %in, <4 x i32> <i32 0, i32 0, i32 0, i32 0>, <4 x i32> < i32 undef, i32 5, i32 undef, i32 2>
store <4 x i32> %0, <4 x i32>* %dest
ret void
-}
+} \ No newline at end of file