git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32898 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-01-05 07:35:24 +00:00
parent 15411cbe6b
commit 4e56f7c81c

View 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
}