mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Make room for register allocation to improve.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132213 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f94c9c136b
commit
484a718b55
@ -4,7 +4,7 @@
|
||||
; register pressure and therefore spilling. There is more room for improvement
|
||||
; here.
|
||||
|
||||
; CHECK: sub sp, #32
|
||||
; CHECK: sub sp, #{{32|24}}
|
||||
|
||||
; CHECK: ldr r{{.*}}, [sp, #4]
|
||||
; CHECK-NEXT: ldr r{{.*}}, [sp, #16]
|
||||
|
Loading…
x
Reference in New Issue
Block a user