diff options
author | Daniel Jasper <djasper@google.com> | 2016-10-11 07:36:11 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2016-10-11 07:36:11 +0000 |
commit | 0c42dc4784c77adf363995fe3962cbd2da2ac4d0 (patch) | |
tree | c7deba39d818d7e8228f3cfd6b5ca59c31f7b41f /llvm/test/CodeGen/WebAssembly/cfg-stackify.ll | |
parent | 0df59d8c029db83a6ca7de2186fcd556c7d7ab29 (diff) | |
download | bcm5719-llvm-0c42dc4784c77adf363995fe3962cbd2da2ac4d0.tar.gz bcm5719-llvm-0c42dc4784c77adf363995fe3962cbd2da2ac4d0.zip |
Revert "Codegen: Tail-duplicate during placement."
This reverts commit r283842.
test/CodeGen/X86/tail-dup-repeat.ll causes and llc crash with our
internal testing. I'll share a link with you.
llvm-svn: 283857
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/cfg-stackify.ll')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/cfg-stackify.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll b/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll index fcdbd7fdc57..eb1f2368344 100644 --- a/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll +++ b/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -disable-block-placement -verify-machineinstrs -fast-isel=false | FileCheck %s -; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -tail-dup-placement=0 -verify-machineinstrs -fast-isel=false | FileCheck -check-prefix=OPT %s +; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -verify-machineinstrs -fast-isel=false | FileCheck -check-prefix=OPT %s ; Test the CFG stackifier pass. |