From a06a324ebf3d6b58648d5f784bbe225badaeab8d Mon Sep 17 00:00:00 2001 From: Tim Shen Date: Thu, 3 Mar 2016 01:27:35 +0000 Subject: [PPCVSXFMAMutate] Temporarily disable this pass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262573 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/fma-ext.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/CodeGen/PowerPC/fma-ext.ll') diff --git a/test/CodeGen/PowerPC/fma-ext.ll b/test/CodeGen/PowerPC/fma-ext.ll index da7c34ccb9d..fc3489def7c 100644 --- a/test/CodeGen/PowerPC/fma-ext.ll +++ b/test/CodeGen/PowerPC/fma-ext.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -march=ppc32 -fp-contract=fast -mattr=-vsx | FileCheck %s -; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -fp-contract=fast -mattr=+vsx -mcpu=pwr7 | FileCheck -check-prefix=CHECK-VSX %s +; RUN: llc < %s -march=ppc32 -fp-contract=fast -mattr=-vsx -disable-ppc-vsx-fma-mutation=false | FileCheck %s +; RUN: llc < %s -mtriple=powerpc64-unknown-linux-gnu -fp-contract=fast -mattr=+vsx -mcpu=pwr7 -disable-ppc-vsx-fma-mutation=false | FileCheck -check-prefix=CHECK-VSX %s define double @test_FMADD_EXT1(float %A, float %B, double %C) { %D = fmul float %A, %B ; [#uses=1] -- cgit v1.2.3