From: NAKAMURA Takumi Date: Sat, 16 Aug 2014 22:28:37 +0000 (+0000) Subject: llvm/test/CodeGen/X86/fmul-combines.ll: Appease Windows x64. <4 x float> is passed... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0ac5626b56ece9e73344cdd7551ff4fbaa0d145a;p=oota-llvm.git 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 --- diff --git a/test/CodeGen/X86/fmul-combines.ll b/test/CodeGen/X86/fmul-combines.ll index 22632d3dd3e..a0122356720 100644 --- a/test/CodeGen/X86/fmul-combines.ll +++ b/test/CodeGen/X86/fmul-combines.ll @@ -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> , %x