llvm/test/CodeGen/X86/fmul-combines.ll: Appease Windows x64. <4 x float> is passed...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 16 Aug 2014 22:28:37 +0000 (22:28 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 16 Aug 2014 22:28:37 +0000 (22:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215821 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fmul-combines.ll

index 22632d3dd3e07d654faeb2879f3578c8a381498b..a0122356720bc9415881e0233725244ccc608512 100644 (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