aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/blend-msb.ll
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2013-02-24 07:09:35 +0000
committerNadav Rotem <nrotem@apple.com>2013-02-24 07:09:35 +0000
commitf8db4478f80ef63cf51518affc7b97c9d310bc23 (patch)
treec27f372d33761bab7ef8f928ba7e5431ef071363 /test/CodeGen/X86/blend-msb.ll
parent459d35cb7975804048684261f2358eedbd2209c1 (diff)
downloadexternal_llvm-f8db4478f80ef63cf51518affc7b97c9d310bc23.zip
external_llvm-f8db4478f80ef63cf51518affc7b97c9d310bc23.tar.gz
external_llvm-f8db4478f80ef63cf51518affc7b97c9d310bc23.tar.bz2
Revert r169638 because it broke Mesa llvmpipe tests.
Fix PR15239. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/blend-msb.ll')
-rw-r--r--test/CodeGen/X86/blend-msb.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/blend-msb.ll b/test/CodeGen/X86/blend-msb.ll
index 2b6b9ef..e565da7 100644
--- a/test/CodeGen/X86/blend-msb.ll
+++ b/test/CodeGen/X86/blend-msb.ll
@@ -30,7 +30,7 @@ define <4 x i8> @vsel_4xi8(<4 x i8> %v1, <4 x i8> %v2) {
; reduce the mask in this case.
;CHECK: vsel_8xi16
;CHECK: psllw
-;CHECK-NOT: psraw
+;CHECK: psraw
;CHECK: pblendvb
;CHECK: ret
define <8 x i16> @vsel_8xi16(<8 x i16> %v1, <8 x i16> %v2) {