mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +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:
parent
7142f8755a
commit
1f253d6e97
@ -141,3 +141,7 @@ cheaper sequnce if we know it's ok to clobber the condition register.
|
||||
add r2, sp, #255 * 4
|
||||
add r2, #132
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user