1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

add a note

llvm-svn: 26807
This commit is contained in:
Chris Lattner 2006-03-16 22:25:55 +00:00
parent 57773fdac1
commit 8a756c5171

View File

@ -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.
We generate relatively atrocious code for this loop compared to gcc.