diff options
| author | Roman Lebedev <lebedev.ri@gmail.com> | 2019-05-28 19:04:21 +0000 |
|---|---|---|
| committer | Roman Lebedev <lebedev.ri@gmail.com> | 2019-05-28 19:04:21 +0000 |
| commit | 272d70c3665f1fdc57ddab2d555c0bec6944f966 (patch) | |
| tree | 64845377e5542083624ec6dd430bf7fcc93394f7 /llvm/test/CodeGen/SPARC | |
| parent | 2941eb68643885612b1cc305f878dd255156a59a (diff) | |
| download | bcm5719-llvm-272d70c3665f1fdc57ddab2d555c0bec6944f966.tar.gz bcm5719-llvm-272d70c3665f1fdc57ddab2d555c0bec6944f966.zip | |
Revert DAGCombine "hoist binop with const" folds
Appear to introduce test-suite compile-time hang.
http://lab.llvm.org:8011/builders/clang-cmake-x86_64-sde-avx512-linux/builds/22825
This reverts r361852,r361853,r361854,r361855,r361856
llvm-svn: 361865
Diffstat (limited to 'llvm/test/CodeGen/SPARC')
| -rw-r--r-- | llvm/test/CodeGen/SPARC/2013-05-17-CallFrame.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SPARC/2013-05-17-CallFrame.ll b/llvm/test/CodeGen/SPARC/2013-05-17-CallFrame.ll index 274e99b114c..1a97e4e317e 100644 --- a/llvm/test/CodeGen/SPARC/2013-05-17-CallFrame.ll +++ b/llvm/test/CodeGen/SPARC/2013-05-17-CallFrame.ll @@ -15,9 +15,10 @@ define void @variable_alloca_with_adj_call_stack(i32 %num) { ; V8-NEXT: .cfi_register 15, 31 ; V8-NEXT: add %i0, 7, %i0 ; V8-NEXT: and %i0, -8, %i0 +; V8-NEXT: add %i0, 8, %i0 ; V8-NEXT: sub %sp, %i0, %i0 -; V8-NEXT: add %i0, -8, %sp -; V8-NEXT: add %i0, 88, %o0 +; V8-NEXT: add %i0, 96, %o0 +; V8-NEXT: mov %i0, %sp ; V8-NEXT: add %sp, -16, %sp ; V8-NEXT: st %o0, [%sp+104] ; V8-NEXT: st %o0, [%sp+100] |

