[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/fma.ll fnabs.ll
Nate Begeman
natebegeman at mac.com
Fri Apr 15 21:26:00 PDT 2005
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
fma.ll updated: 1.2 -> 1.3
fnabs.ll updated: 1.1 -> 1.2
---
Log message:
Update dejagnu tests to use the new pattern isel flag
---
Diffs of the changes: (+2 -2)
fma.ll | 2 +-
fnabs.ll | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/Regression/CodeGen/PowerPC/fma.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/fma.ll:1.2 llvm/test/Regression/CodeGen/PowerPC/fma.ll:1.3
--- llvm/test/Regression/CodeGen/PowerPC/fma.ll:1.2 Sat Apr 9 03:29:59 2005
+++ llvm/test/Regression/CodeGen/PowerPC/fma.ll Fri Apr 15 23:25:48 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -enable-ppc-pattern-isel | grep 'fn\?madd\|fn\?msub' | wc -l | grep 7
+; RUN: llvm-as < %s | llc -march=ppc32 | grep 'fn\?madd\|fn\?msub' | wc -l | grep 7
double %test_FMADD1(double %A, double %B, double %C) {
%D = mul double %A, %B
Index: llvm/test/Regression/CodeGen/PowerPC/fnabs.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/fnabs.ll:1.1 llvm/test/Regression/CodeGen/PowerPC/fnabs.ll:1.2
--- llvm/test/Regression/CodeGen/PowerPC/fnabs.ll:1.1 Fri Apr 8 23:03:16 2005
+++ llvm/test/Regression/CodeGen/PowerPC/fnabs.ll Fri Apr 15 23:25:48 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -enable-ppc-pattern-isel | grep fnabs
+; RUN: llvm-as < %s | llc -march=ppc32 | grep fnabs
declare double %fabs(double)
More information about the llvm-commits
mailing list