diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-11-16 03:03:52 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-11-16 03:03:52 +0000 |
commit | ee94dc212e67a6db3a8ee3f52346e147eeb5c010 (patch) | |
tree | b13fa4212d73808b2b726713a26f462a36c9747c | |
parent | d577df8e5ada3f4f97fa90bdc46c6f9b1db1dee1 (diff) | |
download | external_llvm-ee94dc212e67a6db3a8ee3f52346e147eeb5c010.zip external_llvm-ee94dc212e67a6db3a8ee3f52346e147eeb5c010.tar.gz external_llvm-ee94dc212e67a6db3a8ee3f52346e147eeb5c010.tar.bz2 |
Fix testcase.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144769 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/widen_shuffle-1.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/widen_shuffle-1.ll b/test/CodeGen/X86/widen_shuffle-1.ll index 58c61e72..24608d0 100644 --- a/test/CodeGen/X86/widen_shuffle-1.ll +++ b/test/CodeGen/X86/widen_shuffle-1.ll @@ -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 |