new test
authorChris Lattner <sabre@nondot.org>
Fri, 5 Jan 2007 07:35:24 +0000 (07:35 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 5 Jan 2007 07:35:24 +0000 (07:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32898 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/vec_shuffle.ll

index 564e5cd2120b7b92fa720fd8433ec09dd45072e5..e90d3bef6197fb020ab641bac1e8a3ef1f92cb50 100644 (file)
@@ -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
+}