summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx-vinsertf128.ll
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-09-20 23:19:29 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-09-20 23:19:29 +0000
commitf4b841d4e2754861adade83ece637f84aed031da (patch)
tree9c56ed5fbf9c8b90d1994327e0d4016610d4671c /test/CodeGen/X86/avx-vinsertf128.ll
parent5f2318e06549c0ec2bf21b3ce4690921f4a2422b (diff)
downloadllvm-f4b841d4e2754861adade83ece637f84aed031da.tar.gz
llvm-f4b841d4e2754861adade83ece637f84aed031da.tar.bz2
llvm-f4b841d4e2754861adade83ece637f84aed031da.tar.xz
Revert r140097, working on a better approach
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140203 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/avx-vinsertf128.ll')
-rw-r--r--test/CodeGen/X86/avx-vinsertf128.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/X86/avx-vinsertf128.ll b/test/CodeGen/X86/avx-vinsertf128.ll
index 8813a7f6ab..2b2f7e5411 100644
--- a/test/CodeGen/X86/avx-vinsertf128.ll
+++ b/test/CodeGen/X86/avx-vinsertf128.ll
@@ -37,10 +37,3 @@ allocas:
ret void
}
-; CHECK: _C
-; CHECK-NOT: vinsertf128 $1
-define <4 x i32> @C(<4 x i32> %v1) nounwind readonly {
- %1 = shufflevector <4 x i32> %v1, <4 x i32> undef, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7>
- %2 = shufflevector <8 x i32> %1, <8 x i32> undef, <4 x i32> <i32 0, i32 1, i32 2, i32 3>
- ret <4 x i32> %2
-}