forked from OSchip/llvm-project
Make room for register allocation to improve.
llvm-svn: 132213
This commit is contained in:
parent
d1db4f8b9b
commit
2348f3133f
|
@ -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…
Reference in New Issue