mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
Update
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33998 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -141,3 +141,7 @@ cheaper sequnce if we know it's ok to clobber the condition register.
|
|||||||
add r2, sp, #255 * 4
|
add r2, sp, #255 * 4
|
||||||
add r2, #132
|
add r2, #132
|
||||||
ldr r2, [r2, #7 * 4]
|
ldr r2, [r2, #7 * 4]
|
||||||
|
|
||||||
|
This is especially bad when dynamic alloca is used. The all fixed size stack
|
||||||
|
objects are referenced off the frame pointer with negative offsets. See
|
||||||
|
oggenc for an example.
|
||||||
|
Reference in New Issue
Block a user