llvm/test/CodeGen/X86/fmul-combines.ll: Appease Windows x64. <4 x float> is passed by stack.

llvm-svn: 215821
This commit is contained in:
NAKAMURA Takumi 2014-08-16 22:28:37 +00:00
parent 6cc00429ff
commit 067d4c7c27
1 changed files with 1 additions and 1 deletions

View File

@ -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