mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Update test to not use the scalar type to splat from a load
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137809 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8a5b262e80
commit
666f500592
@ -80,8 +80,7 @@ __load_and_broadcast_32.exit1249: ; preds = %load.i1247, %for_ex
|
||||
|
||||
; CHECK: vinsertf128 $1
|
||||
; CHECK-NEXT: vpermilps $0
|
||||
define <8 x float> @funcF(i32* %ptr) nounwind {
|
||||
%val = load i32* %ptr, align 4
|
||||
define <8 x float> @funcF(i32 %val) nounwind {
|
||||
%ret6 = insertelement <8 x i32> undef, i32 %val, i32 6
|
||||
%ret7 = insertelement <8 x i32> %ret6, i32 %val, i32 7
|
||||
%tmp = bitcast <8 x i32> %ret7 to <8 x float>
|
||||
|
Loading…
x
Reference in New Issue
Block a user