summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit6e676a84ad37bb9cf8357efcb7161543b4af75d3 (patch)
tree766cda3f9aaf21a93693ccb1386a54c273176b9f /llvm/test/CodeGen/PowerPC/fma-ext.ll
parentbb33f58a1a48021165619af088050f8576d41576 (diff)
downloadbcm5719-llvm-6e676a84ad37bb9cf8357efcb7161543b4af75d3.tar.gz
bcm5719-llvm-6e676a84ad37bb9cf8357efcb7161543b4af75d3.zip
[PPCVSXFMAMutate] Temporarily disable this pass
llvm-svn: 262573
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/fma-ext.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/fma-ext.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fma-ext.ll b/llvm/test/CodeGen/PowerPC/fma-ext.ll
index da7c34ccb9d..fc3489def7c 100644
--- a/llvm/test/CodeGen/PowerPC/fma-ext.ll
+++ b/llvm/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]
OpenPOWER on IntegriCloud