[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 16:13:30 PST 2019
yurydelendik added a comment.
In D56401#1354978 <https://reviews.llvm.org/D56401#1354978>, @aheejin wrote:
> And another question: I haven't been a reviewer for your other debug info related CLs so I don't know, but are there any other places or your pending CLs that can make use of this new class?
I check pass CLs, and looks like they do not need DebugValueManager functionality. There will be https://reviews.llvm.org/D52634 and this will benefit from having the DebugValueManager. Also there is an issue I was going to report later, that might need such functionality.
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