From 36b36de4e89d46fb6aac4de791486e5733385322 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Thu, 7 Mar 2013 18:51:02 +0000 Subject: Move testcase, this is testing extraction not inserting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176635 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/avx-vinsertf128.ll | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'test/CodeGen/X86/avx-vinsertf128.ll') diff --git a/test/CodeGen/X86/avx-vinsertf128.ll b/test/CodeGen/X86/avx-vinsertf128.ll index ee37b27996..9a954fe804 100644 --- a/test/CodeGen/X86/avx-vinsertf128.ll +++ b/test/CodeGen/X86/avx-vinsertf128.ll @@ -129,19 +129,3 @@ entry: %2 = tail call <8 x float> @llvm.x86.avx.vinsertf128.ps.256(<8 x float> undef, <4 x float> %1, i8 1) ret <8 x float> %2 } - -define void @PR15462(i64* %p) { - store i64 0, i64* %p - %q = getelementptr i64* %p, i64 1 - store i64 0, i64* %q - %r = getelementptr i64* %p, i64 2 - store i64 0, i64* %r - %s = getelementptr i64* %p, i64 3 - store i64 0, i64* %s - ret void - -; CHECK: PR15462: -; CHECK: vxorps %xmm -; CHECK: vmovups -; CHECK: vmovups -} -- cgit v1.2.3