aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/PowerPC/README.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt
index 3b6c562620..28e6d3ded0 100644
--- a/lib/Target/PowerPC/README.txt
+++ b/lib/Target/PowerPC/README.txt
@@ -507,6 +507,10 @@ This theoretically may help improve twolf slightly (used in dimbox.c:142?).
===-------------------------------------------------------------------------===
+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 @@ int foo(int N, int ***W, int **TK, int X) {
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.
+
+
+