mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 09:22:31 +00:00
new testcases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28484 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
25e71d10a0
commit
78b3c420b2
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user