[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll select_lt0.ll setcc_no_zext.ll
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 18 18:16:29 PDT 2005
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
fnegsel.ll updated: 1.2 -> 1.3
select_lt0.ll updated: 1.1 -> 1.2
setcc_no_zext.ll updated: 1.1 -> 1.2
---
Log message:
remove dead options
---
Diffs of the changes: (+3 -3)
fnegsel.ll | 2 +-
select_lt0.ll | 2 +-
setcc_no_zext.ll | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll:1.2 llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll:1.3
--- llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll:1.2 Sun Apr 10 15:45:35 2005
+++ llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll Thu Aug 18 20:16:18 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -enable-ppc-pattern-isel | not grep fneg
+; RUN: llvm-as < %s | llc -march=ppc32 | not grep fneg
double %test_FNEG_sel(double %A, double %B, double %C) {
%D = sub double -0.0, %A
Index: llvm/test/Regression/CodeGen/PowerPC/select_lt0.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/select_lt0.ll:1.1 llvm/test/Regression/CodeGen/PowerPC/select_lt0.ll:1.2
--- llvm/test/Regression/CodeGen/PowerPC/select_lt0.ll:1.1 Wed Apr 13 16:45:13 2005
+++ llvm/test/Regression/CodeGen/PowerPC/select_lt0.ll Thu Aug 18 20:16:18 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -enable-ppc-pattern-isel | not grep cmp
+; RUN: llvm-as < %s | llc -march=ppc32 | not grep cmp
int %seli32_1(int %a) {
entry:
Index: llvm/test/Regression/CodeGen/PowerPC/setcc_no_zext.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/setcc_no_zext.ll:1.1 llvm/test/Regression/CodeGen/PowerPC/setcc_no_zext.ll:1.2
--- llvm/test/Regression/CodeGen/PowerPC/setcc_no_zext.ll:1.1 Wed Apr 13 16:45:13 2005
+++ llvm/test/Regression/CodeGen/PowerPC/setcc_no_zext.ll Thu Aug 18 20:16:18 2005
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=ppc32 -enable-ppc-pattern-isel | not grep rlwinm
+; RUN: llvm-as < %s | llc -march=ppc32 | not grep rlwinm
int %setcc_one_or_zero(int* %a) {
entry:
More information about the llvm-commits
mailing list