mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
llvm/test/CodeGen/X86/fmul-combines.ll: Appease Windows x64. <4 x float> is passed by stack.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215821 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5f8a9ae17c
commit
0ac5626b56
@ -87,7 +87,7 @@ define float @fmul_fneg_fneg_f32(float %x, float %y) {
|
||||
ret float %mul
|
||||
}
|
||||
; CHECK-LABEL: fmul_fneg_fneg_v4f32:
|
||||
; CHECK: mulps %xmm1, %xmm0
|
||||
; CHECK: mulps {{%xmm1|\(%rdx\)}}, %xmm0
|
||||
; CHECK-NEXT: retq
|
||||
define <4 x float> @fmul_fneg_fneg_v4f32(<4 x float> %x, <4 x float> %y) {
|
||||
%x.neg = fsub <4 x float> <float -0.0, float -0.0, float -0.0, float -0.0>, %x
|
||||
|
Loading…
Reference in New Issue
Block a user