mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 17:25:21 +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:
@@ -4,7 +4,7 @@
|
|||||||
; register pressure and therefore spilling. There is more room for improvement
|
; register pressure and therefore spilling. There is more room for improvement
|
||||||
; here.
|
; here.
|
||||||
|
|
||||||
; CHECK: sub sp, #32
|
; CHECK: sub sp, #{{32|24}}
|
||||||
|
|
||||||
; CHECK: ldr r{{.*}}, [sp, #4]
|
; CHECK: ldr r{{.*}}, [sp, #4]
|
||||||
; CHECK-NEXT: ldr r{{.*}}, [sp, #16]
|
; CHECK-NEXT: ldr r{{.*}}, [sp, #16]
|
||||||
|
Reference in New Issue
Block a user