projects
/
oota-llvm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[AArch64] Fix bug in prolog clobbering live reg when shrink wrapping.
[oota-llvm.git]
/
test
/
CodeGen
/
AArch64
/
aarch64-dynamic-stack-layout.ll
diff --git
a/test/CodeGen/AArch64/aarch64-dynamic-stack-layout.ll
b/test/CodeGen/AArch64/aarch64-dynamic-stack-layout.ll
index
1820b81
..
90093f9
100644
(file)
--- a/
test/CodeGen/AArch64/aarch64-dynamic-stack-layout.ll
+++ b/
test/CodeGen/AArch64/aarch64-dynamic-stack-layout.ll
@@
-522,10
+522,10
@@
bb1:
; CHECK-LABEL: realign_conditional2
; Extra realignment in the prologue (performance issue).
; CHECK-LABEL: realign_conditional2
; Extra realignment in the prologue (performance issue).
-; CHECK: tbz {{.*}} .[[LABEL:.*]]
; CHECK: sub x9, sp, #32 // =32
; CHECK: and sp, x9, #0xffffffffffffffe0
; CHECK: mov x19, sp
; CHECK: sub x9, sp, #32 // =32
; CHECK: and sp, x9, #0xffffffffffffffe0
; CHECK: mov x19, sp
+; CHECK: tbz {{.*}} .[[LABEL:.*]]
; Stack is realigned in a non-entry BB.
; CHECK: sub [[REG:x[01-9]+]], sp, #64
; CHECK: and sp, [[REG]], #0xffffffffffffffe0
; Stack is realigned in a non-entry BB.
; CHECK: sub [[REG:x[01-9]+]], sp, #64
; CHECK: and sp, [[REG]], #0xffffffffffffffe0