diff options
author | Stefan Pintilie <stefanp@ca.ibm.com> | 2018-01-09 01:06:21 +0000 |
---|---|---|
committer | Stefan Pintilie <stefanp@ca.ibm.com> | 2018-01-09 01:06:21 +0000 |
commit | 7e10987b1249ab2c6bb70f66a65b4e61d29ff2a0 (patch) | |
tree | cf5c06552116e6f4059f0fd3d8d4bc75c29e0b9b /llvm/test/CodeGen/PowerPC/ppc-redzone-alignment-bug.ll | |
parent | cc342d465ea93ab94e79a0fd0500a06af253943d (diff) | |
download | bcm5719-llvm-7e10987b1249ab2c6bb70f66a65b4e61d29ff2a0.tar.gz bcm5719-llvm-7e10987b1249ab2c6bb70f66a65b4e61d29ff2a0.zip |
Revert "[PowerPC] Manually schedule the prologue and epilogue"
[PowerPC] This reverts commit r322036.
Failing build bots. Revert the commit now.
llvm-svn: 322051
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc-redzone-alignment-bug.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc-redzone-alignment-bug.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc-redzone-alignment-bug.ll b/llvm/test/CodeGen/PowerPC/ppc-redzone-alignment-bug.ll index dce8b3ac5b8..87b45beeab7 100644 --- a/llvm/test/CodeGen/PowerPC/ppc-redzone-alignment-bug.ll +++ b/llvm/test/CodeGen/PowerPC/ppc-redzone-alignment-bug.ll @@ -16,12 +16,12 @@ entry: ; stfd 14, 416(1) ; After the fix by patch D34337: -; CHECK-LE:std 15, -280(1) -; CHECK-LE:stfd 14, -144(1) ; CHECK-LE: stdu 1, -528(1) -; CHECK-BE:std 15, -280(1) -; CHECK-BE:stfd 14, -144(1) +; CHECK-LE:std 15, 248(1) +; CHECK-LE:stfd 14, 384(1) ; CHECK-BE: stdu 1, -544(1) +; CHECK-BE:std 15, 264(1) +; CHECK-BE:stfd 14, 400(1) } define signext i32 @foo() { |