[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/addc.ll subc.ll
Nate Begeman
natebegeman at mac.com
Thu Feb 16 22:24:43 PST 2006
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
addc.ll updated: 1.1 -> 1.2
subc.ll updated: 1.1 -> 1.2
---
Log message:
Fix a comment sabre noticed :)
---
Diffs of the changes: (+2 -2)
addc.ll | 2 +-
subc.ll | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/Regression/CodeGen/PowerPC/addc.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/addc.ll:1.1 llvm/test/Regression/CodeGen/PowerPC/addc.ll:1.2
--- llvm/test/Regression/CodeGen/PowerPC/addc.ll:1.1 Fri Feb 17 00:16:56 2006
+++ llvm/test/Regression/CodeGen/PowerPC/addc.ll Fri Feb 17 00:24:31 2006
@@ -1,4 +1,4 @@
-; All of these ands and shifts should be folded into rlwimi's
+; All of these should be codegen'd without loading immediates
; RUN: llvm-as < %s | llc -march=ppc32 | grep addc | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=ppc32 | grep adde | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=ppc32 | grep addze | wc -l | grep 1 &&
Index: llvm/test/Regression/CodeGen/PowerPC/subc.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/subc.ll:1.1 llvm/test/Regression/CodeGen/PowerPC/subc.ll:1.2
--- llvm/test/Regression/CodeGen/PowerPC/subc.ll:1.1 Fri Feb 17 00:16:56 2006
+++ llvm/test/Regression/CodeGen/PowerPC/subc.ll Fri Feb 17 00:24:31 2006
@@ -1,4 +1,4 @@
-; All of these ands and shifts should be folded into rlwimi's
+; All of these should be codegen'd without loading immediates
; RUN: llvm-as < %s | llc -march=ppc32 | grep subfc | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=ppc32 | grep subfe | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -march=ppc32 | grep subfze | wc -l | grep 1 &&
More information about the llvm-commits
mailing list