mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28486 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
73fa49d697
commit
8e8a511b58
@ -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…
Reference in New Issue
Block a user