[PATCH] D59740: [WebAssembly] Don't analyze branches after CFGStackify

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 15:36:40 PDT 2019


dschuff added inline comments.


================
Comment at: test/CodeGen/WebAssembly/cfg-stackify-eh.ll:3
 ; RUN: llc < %s -O0 -disable-wasm-fallthrough-return-opt -wasm-disable-explicit-locals -wasm-keep-registers -verify-machineinstrs -fast-isel=false -exception-model=wasm -mattr=+exception-handling | FileCheck %s --check-prefix=NOOPT
+; RUN: llc < %s -disable-wasm-fallthrough-return-opt -wasm-disable-explicit-locals -wasm-keep-registers -disable-block-placement -verify-machineinstrs -fast-isel=false -machine-sink-split-probability-threshold=0 -cgp-freq-ratio-to-skip-merge=1000 -exception-model=wasm -mattr=+exception-handling -wasm-disable-ehpad-sort
 
----------------
dschuff wrote:
> why does this CL now need the ehpad-sort option?
nevermind, I re-read the CL description.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59740/new/

https://reviews.llvm.org/D59740





More information about the llvm-commits mailing list