mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26807 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9c09c9ec9d
commit
ed51169cd8
@ -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 foo(int N, int ***W, int **TK, int X) {
|
||||||
int t, i;
|
int t, i;
|
||||||
|
|
||||||
@ -518,3 +522,6 @@ int foo(int N, int ***W, int **TK, int X) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
We generate relatively atrocious code for this loop compared to gcc.
|
We generate relatively atrocious code for this loop compared to gcc.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user