summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/fma-ext.ll
diff options
context:
space:
mode:
authorTim Shen <timshen91@gmail.com>2016-03-03 01:27:35 +0000
committerTim Shen <timshen91@gmail.com>2016-03-03 01:27:35 +0000
commita06a324ebf3d6b58648d5f784bbe225badaeab8d (patch)
tree664fb8c02598e6d95510cf9fd7686f9647d2c278 /test/CodeGen/PowerPC/fma-ext.ll
parent43605f82e5d3de6f1dbcb4122604872b70038efb (diff)
[PPCVSXFMAMutate] Temporarily disable this pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262573 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/fma-ext.ll')
-rw-r--r--test/CodeGen/PowerPC/fma-ext.ll4
1 files changed, 2 insertions, 2 deletions
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 ; <float> [#uses=1]