diff options
author | Kyle Butt <kyle+llvm@iteratee.net> | 2016-10-05 01:39:29 +0000 |
---|---|---|
committer | Kyle Butt <kyle+llvm@iteratee.net> | 2016-10-05 01:39:29 +0000 |
commit | 25ac35d822d35cc1b005ae8a4392b159bc3cb7b7 (patch) | |
tree | 324014aaea1bed530e687581d5c4017385eb8c28 /llvm/test/CodeGen/WebAssembly/cfg-stackify.ll | |
parent | 3e021be3b6e1ab6d7eccb9e75a22df667e6654fe (diff) | |
download | bcm5719-llvm-25ac35d822d35cc1b005ae8a4392b159bc3cb7b7.tar.gz bcm5719-llvm-25ac35d822d35cc1b005ae8a4392b159bc3cb7b7.zip |
Revert "Codegen: Tail-duplicate during placement."
This reverts commit 062ace9764953e9769142c1099281a345f9b6bdc.
Issue with loop info and block removal revealed by polly.
I have a fix for this issue already in another patch, I'll re-roll this
together with that fix, and a test case.
llvm-svn: 283292
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 428095fe862..9a036228930 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. |