[PATCH] D86814: [DebugInstrRef][3/3] Follow DBG_PHI instructions through LiveDebugValues.
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 3 08:42:37 PDT 2021
jmorse updated this revision to Diff 349562.
jmorse added a comment.
Ping and refresh of this patch; I've replaced a multimap with a sorted vector, used a class to store information about seen DBG_PHIs, and twiddled some documentation.
See the main review comment, while there's tons of C++ in this patch, it's boilerplate to deploy LLVMs existing SSA Updater.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86814/new/
https://reviews.llvm.org/D86814
Files:
llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
llvm/test/DebugInfo/MIR/InstrRef/dbg-phis-in-ldv.mir
llvm/test/DebugInfo/MIR/InstrRef/dbg-phis-merging-in-ldv.mir
llvm/test/DebugInfo/MIR/InstrRef/dbg-phis-with-loops.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86814.349562.patch
Type: text/x-patch
Size: 52663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210603/f80d4c9b/attachment-0001.bin>
More information about the llvm-commits
mailing list