mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
new test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32898 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
15411cbe6b
commit
4e56f7c81c
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user