[PATCH] D56401: [WebAssembly] Fix updating/moving DBG_VALUEs in RegStackify
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 10 22:36:28 PST 2019
aheejin added a comment.
Oh and I think we need test cases for
1. Rematerializing a def in another BB that has DBG_VALUE attached
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
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