[llvm-commits] CVS: llvm/lib/Target/PowerPC/README.txt
Chris Lattner
lattner at cs.uiuc.edu
Thu Mar 16 14:26:07 PST 2006
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.71 -> 1.72
---
Log message:
add a note
---
Diffs of the changes: (+8 -1)
README.txt | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletion(-)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:1.71 llvm/lib/Target/PowerPC/README.txt:1.72
--- llvm/lib/Target/PowerPC/README.txt:1.71 Thu Mar 16 12:50:44 2006
+++ llvm/lib/Target/PowerPC/README.txt Thu Mar 16 16:25:55 2006
@@ -507,6 +507,10 @@
===-------------------------------------------------------------------------===
+Implement PPCInstrInfo::isLoadFromStackSlot/isStoreToStackSlot for vector
+registers, to generate better spill code.
+
+===-------------------------------------------------------------------------===
int foo(int N, int ***W, int **TK, int X) {
int t, i;
@@ -517,4 +521,7 @@
return 5;
}
-We generate relatively atrocious code for this loop compared to gcc.
\ No newline at end of file
+We generate relatively atrocious code for this loop compared to gcc.
+
+
+
More information about the llvm-commits
mailing list