summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2011-12-28-vselecti8.ll
diff options
context:
space:
mode:
authorNadav Rotem <nadav.rotem@intel.com>2012-01-03 22:19:42 +0000
committerNadav Rotem <nadav.rotem@intel.com>2012-01-03 22:19:42 +0000
commitc2d064f0283504d7fe91369021bfd44ce5c8eb2a (patch)
tree2a9bc5c3eb60ebb3987209e963d7e924787d980d /test/CodeGen/X86/2011-12-28-vselecti8.ll
parent316477dd543b5ae30b832ed4c7708f7aaa51747c (diff)
downloadllvm-c2d064f0283504d7fe91369021bfd44ce5c8eb2a.tar.gz
llvm-c2d064f0283504d7fe91369021bfd44ce5c8eb2a.tar.bz2
llvm-c2d064f0283504d7fe91369021bfd44ce5c8eb2a.tar.xz
Revert 147426 because it caused pr11696.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147485 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2011-12-28-vselecti8.ll')
-rw-r--r--test/CodeGen/X86/2011-12-28-vselecti8.ll6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/CodeGen/X86/2011-12-28-vselecti8.ll b/test/CodeGen/X86/2011-12-28-vselecti8.ll
index fc1b83b222..dbc122ac6e 100644
--- a/test/CodeGen/X86/2011-12-28-vselecti8.ll
+++ b/test/CodeGen/X86/2011-12-28-vselecti8.ll
@@ -5,10 +5,8 @@ target triple = "x86_64-apple-darwin11.2.0"
; CHECK: @foo8
; CHECK: psll
-; CHECK-NOT: sra
-; CHECK: pandn
-; CHECK: pand
-; CHECK: or
+; CHECK: psraw
+; CHECK: pblendvb
; CHECK: ret
define void @foo8(float* nocapture %RET) nounwind {
allocas: