[PATCH] D58453: [DebugInfo][CGP] Limit placeDbgValues movement of dbg.value intrinsics
Yury Delendik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 1 06:52:24 PDT 2019
yurydelendik added a comment.
In D58453#1563748 <https://reviews.llvm.org/D58453#1563748>, @aheejin wrote:
> @yurydelendik Would this change be OK for WebAssembly debug value handling?
The change will be OK: we rely on collectDebugValues in WebAssembly to locate instruction's debug values. And we worry only about these atm.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58453/new/
https://reviews.llvm.org/D58453
More information about the llvm-commits
mailing list