aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-01-05 07:35:24 +0000
committerChris Lattner <sabre@nondot.org>2007-01-05 07:35:24 +0000
commit4e56f7c81c321e458db0ce441b0f93d0b063e0ef (patch)
tree1ad231c5bba0742210c31d25b06070f3a658e1f6 /test/Transforms
parent15411cbe6b15649bab833120bf74428c3417f4ac (diff)
new test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32898 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r--test/Transforms/InstCombine/vec_shuffle.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/vec_shuffle.ll b/test/Transforms/InstCombine/vec_shuffle.ll
index 564e5cd212..e90d3bef61 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
+}