[llvm] r284813 - Fix WebAssembly test after r284757.

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 08:55:59 PDT 2016


You *just* beat me to it, thanks!

On Fri, Oct 21, 2016 at 3:00 AM Benjamin Kramer via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: d0k
> Date: Fri Oct 21 04:51:41 2016
> New Revision: 284813
>
> URL: http://llvm.org/viewvc/llvm-project?rev=284813&view=rev
> Log:
> Fix WebAssembly test after r284757.
>
> The change to MachineSink shuffles code around, disable it.
>
> Modified:
>     llvm/trunk/test/CodeGen/WebAssembly/cfg-stackify.ll
>
> Modified: llvm/trunk/test/CodeGen/WebAssembly/cfg-stackify.ll
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/WebAssembly/cfg-stackify.ll?rev=284813&r1=284812&r2=284813&view=diff
>
> ==============================================================================
> --- llvm/trunk/test/CodeGen/WebAssembly/cfg-stackify.ll (original)
> +++ llvm/trunk/test/CodeGen/WebAssembly/cfg-stackify.ll Fri Oct 21
> 04:51:41 2016
> @@ -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
> -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
>
>  ; Test the CFG stackifier pass.
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161021/a374a5b1/attachment.html>


More information about the llvm-commits mailing list