mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
add a new testcase. This insertelement should be a noop on SSE.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26859 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
74881908fe
commit
7ca9777e08
@ -79,6 +79,12 @@ void %test_variable_buildvector(float %F, %f4 *%S) {
|
||||
ret void
|
||||
}
|
||||
|
||||
void %test_scalar_to_vector(float %F, %f4 *%S) {
|
||||
%R = insertelement %f4 undef, float %F, uint 0 ;; R = scalar_to_vector F
|
||||
store %f4 %R, %f4 *%S
|
||||
ret void
|
||||
}
|
||||
|
||||
;;; TEST IMPORTANT IDIOMS
|
||||
|
||||
void %splat(%f4* %P, %f4* %Q, float %X) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user