[llvm] r220094 - [PowerPC] Disable +vsx RUN line for fma.ll due to inconsistency on other builders
Bill Schmidt
wschmidt at linux.vnet.ibm.com
Fri Oct 17 14:32:22 PDT 2014
Author: wschmidt
Date: Fri Oct 17 16:32:22 2014
New Revision: 220094
URL: http://llvm.org/viewvc/llvm-project?rev=220094&view=rev
Log:
[PowerPC] Disable +vsx RUN line for fma.ll due to inconsistency on other builders
Modified:
llvm/trunk/test/CodeGen/PowerPC/fma.ll
Modified: llvm/trunk/test/CodeGen/PowerPC/fma.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/fma.ll?rev=220094&r1=220093&r2=220094&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/fma.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/fma.ll Fri Oct 17 16:32:22 2014
@@ -1,5 +1,7 @@
; 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 | FileCheck -check-prefix=CHECK-VSX %s
+; Following line disabled for now because some builders are generating
+; A forms instead of M forms.
+; R-U-N: llc < %s -mtriple=powerpc64-unknown-linux-gnu -fp-contract=fast -mattr=+vsx | FileCheck -check-prefix=CHECK-VSX %s
declare double @dummy1(double) #0
declare double @dummy2(double, double) #0
More information about the llvm-commits
mailing list