[PATCH] D102589: [WebAssembly] Nullify DBG_VALUE_LISTs in DebugValueManager
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 17 11:34:00 PDT 2021
dschuff added a comment.
In D102589#2763870 <https://reviews.llvm.org/D102589#2763870>, @jmorse wrote:
> Until recently, variable locations that could not be described became "DBG_VALUE $noreg" instructions. With some recent patches from @StephenTozer , some of those locations can now be described with DBG_VALUE_LIST instructions. If I understand this patch correctly, for WebAssembly those DBG_VALUE_LIST instructions transition back to being "DBG_VALUE $noreg". There should be no regression in variable location coverage: instead, WebAssembly does not yet benefit from the additional locations now being recovered.
Great, thanks for the clarification.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102589/new/
https://reviews.llvm.org/D102589
More information about the llvm-commits
mailing list