mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
new testcase
llvm-svn: 28486
This commit is contained in:
parent
5df88a112b
commit
d5dcb39d9f
@ -34,3 +34,11 @@ int %test5(<4 x int> %X) {
|
||||
ret int %tmp34
|
||||
}
|
||||
|
||||
float %test6(<4 x float> %X) {
|
||||
%X = cast <4 x float> %X to <4 x int>
|
||||
%tmp152.i53899.i = shufflevector <4 x int> %X, <4 x int> undef, <4 x uint> zeroinitializer
|
||||
%tmp152.i53900.i = cast <4 x int> %tmp152.i53899.i to <4 x float>
|
||||
%tmp34 = extractelement <4 x float> %tmp152.i53900.i, uint 0
|
||||
ret float %tmp34
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user