[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 11:00:25 PDT 2018


yurydelendik created this revision.
yurydelendik added reviewers: sunfish, dschuff.
Herald added subscribers: llvm-commits, aheejin, sbc100.

Fixes https://bugs.llvm.org/show_bug.cgi?id=39158 and regression caused by
https://reviews.llvm.org/D49034. Though it is possible the problem was existed before and was exposed by
additional DBG_VALUEs.


Repository:
  rL LLVM

https://reviews.llvm.org/D52837

Files:
  lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
  test/CodeGen/WebAssembly/cfg-stackify-dbg-skip.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52837.168139.patch
Type: text/x-patch
Size: 12214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181003/a4b9f46d/attachment.bin>


More information about the llvm-commits mailing list