[PATCH] D56401: [WebAssembly] Fix updating/moving DBG_VALUEs in RegStackify

Yury Delendik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 11 08:30:47 PST 2019


yurydelendik added a comment.

In D56401#1353800 <https://reviews.llvm.org/D56401#1353800>, @aheejin wrote:

> Oh and I think we need test cases for
>
> 1. Rematerializing a def in another BB that has DBG_VALUE attached


Yep, still working on this one

> 2. LOCAL_TEE case within a BB that has multiple defs to the same register (as in the current test case), to see `clone()` is working

The test in llvm/test/DebugInfo/WebAssembly/dbg-value-move-2.ll . Would you like to see it in MIR format?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56401





More information about the llvm-commits mailing list