Fix testcase.
authorEli Friedman <eli.friedman@gmail.com>
Wed, 16 Nov 2011 03:03:52 +0000 (03:03 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 16 Nov 2011 03:03:52 +0000 (03:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144769 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/widen_shuffle-1.ll

index 58c61e72611b174edef4632863a49ff107120a14..24608d03bf101df8ad6a6eea4a4944996284f13b 100644 (file)
@@ -58,7 +58,6 @@ define <8 x i8> @shuf4(<4 x i8> %a, <4 x i8> %b) nounwind readnone {
 ; PR11389: another CONCAT_VECTORS case
 define void @shuf5(<8 x i8>* %p) nounwind {
 ; CHECK: shuf5:
-; CHECK-NOT: punpcklwd
   %v = shufflevector <2 x i8> <i8 4, i8 33>, <2 x i8> undef, <8 x i32> <i32 1, i32 1, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef, i32 undef>
   store <8 x i8> %v, <8 x i8>* %p, align 8
   ret void