new testcases

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28484 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-05-25 22:52:49 +00:00
parent 25e71d10a0
commit 78b3c420b2

View File

@ -22,3 +22,15 @@ float %test3(%T %A, %T %B, float %f) {
ret float %E
}
int %test4(<4 x int> %X) {
%tmp152.i53899.i = shufflevector <4 x int> %X, <4 x int> undef, <4 x uint> zeroinitializer
%tmp34 = extractelement <4 x int> %tmp152.i53899.i, uint 0
ret int %tmp34
}
int %test5(<4 x int> %X) {
%tmp152.i53899.i = shufflevector <4 x int> %X, <4 x int> undef, <4 x uint> <uint 3, uint 2, uint undef, uint undef>
%tmp34 = extractelement <4 x int> %tmp152.i53899.i, uint 0
ret int %tmp34
}