summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse2-blend.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/sse2-blend.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/sse2-blend.ll')
-rw-r--r--test/CodeGen/X86/sse2-blend.ll16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/CodeGen/X86/sse2-blend.ll b/test/CodeGen/X86/sse2-blend.ll
index c6602d3a3b..2f4317bf29 100644
--- a/test/CodeGen/X86/sse2-blend.ll
+++ b/test/CodeGen/X86/sse2-blend.ll
@@ -28,10 +28,10 @@ define void@vsel_i32(<4 x i32>* %v1, <4 x i32>* %v2) {
; Without forcing instructions, fall back to the preferred PS domain.
; CHECK: vsel_i64
-; CHECK: pxor
-; CHECK: and
-; CHECK: andn
-; CHECK: or
+; CHECK: xorps
+; CHECK: andps
+; CHECK: andnps
+; CHECK: orps
; CHECK: ret
define void@vsel_i64(<4 x i64>* %v1, <4 x i64>* %v2) {
@@ -44,10 +44,10 @@ define void@vsel_i64(<4 x i64>* %v1, <4 x i64>* %v2) {
; Without forcing instructions, fall back to the preferred PS domain.
; CHECK: vsel_double
-; CHECK: xor
-; CHECK: and
-; CHECK: andn
-; CHECK: or
+; CHECK: xorps
+; CHECK: andps
+; CHECK: andnps
+; CHECK: orps
; CHECK: ret
define void@vsel_double(<4 x double>* %v1, <4 x double>* %v2) {