From 4e56f7c81c321e458db0ce441b0f93d0b063e0ef Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 5 Jan 2007 07:35:24 +0000 Subject: [PATCH] new test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32898 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/vec_shuffle.ll | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Transforms/InstCombine/vec_shuffle.ll b/test/Transforms/InstCombine/vec_shuffle.ll index 564e5cd2120..e90d3bef619 100644 --- a/test/Transforms/InstCombine/vec_shuffle.ll +++ b/test/Transforms/InstCombine/vec_shuffle.ll @@ -42,3 +42,7 @@ define float %test6(<4 x float> %X) { ret float %tmp34 } +define <4 x float> %test7(<4 x float> %tmp45.i) { + %tmp1642.i = shufflevector <4 x float> %tmp45.i, <4 x float> undef, <4 x i32> < i32 0, i32 1, i32 6, i32 7 > + ret <4 x float> %tmp1642.i +} -- 2.34.1