[PATCH] D52837: [WebAssembly] Ignore DBG_VALUE in WebAssemblyCFGStacify pass when looking for block start

Yury Delendik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 3 15:41:00 PDT 2018


yurydelendik added a comment.

In https://reviews.llvm.org/D52837#1254381, @sbc100 wrote:

> How does the output of the test differ without this fix?


It inserts "block" between "i32.wrap/i64" and "i32.eqz", because there DBG_VALUE after "i32.wrap/i64"


Repository:
  rL LLVM

https://reviews.llvm.org/D52837





More information about the llvm-commits mailing list