summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2016-11-22 13:13:33 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2016-11-22 13:13:33 +0000
commitee8c585d04f1a00a3dacc00223bb2d9e9459e2d3 (patch)
tree647e08838041ea504013079a198c95851ab270f6
parent30621391bc50c1814d00300a994a961b98935b9b (diff)
downloadbcm5719-llvm-ee8c585d04f1a00a3dacc00223bb2d9e9459e2d3.tar.gz
bcm5719-llvm-ee8c585d04f1a00a3dacc00223bb2d9e9459e2d3.zip
[wasm] hack around test failure after r287553.
This test is very brittle as small changes to block layout break the check patterns. Hack around a change one more time. llvm-svn: 287637
-rw-r--r--llvm/test/CodeGen/WebAssembly/cfg-stackify.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll b/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll
index d758dbf1b8d..3b42df19026 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 -machine-sink-split-probability-threshold=0 | FileCheck %s
-; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -tail-dup-placement=0 -verify-machineinstrs -fast-isel=false -machine-sink-split-probability-threshold=0 | FileCheck -check-prefix=OPT %s
+; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -disable-block-placement -verify-machineinstrs -fast-isel=false -machine-sink-split-probability-threshold=0 -cgp-freq-ratio-to-skip-merge=1000 | FileCheck %s
+; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -tail-dup-placement=0 -verify-machineinstrs -fast-isel=false -machine-sink-split-probability-threshold=0 -cgp-freq-ratio-to-skip-merge=1000 | FileCheck -check-prefix=OPT %s
; Test the CFG stackifier pass.
OpenPOWER on IntegriCloud