[PATCH] D154080: [DebugInfo][RemoveDIs] Add conversion utilities between dbg.value form and DPValue new-debug-info form
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 2 06:31:06 PDT 2023
jmorse closed this revision.
jmorse added a comment.
Closed by rG7d77bbef4ad9230 <https://reviews.llvm.org/rG7d77bbef4ad9230f6f427649373fe46a668aa909> . Note that I lost one of the hunks in IRMover for assigning IsNewDbgInfoFormat as that was leading to some tests assertions where slightly-incompatible objects are linked between IR files (link-global-to-func.ll, which should fail, not assert). This hunk will instead appear in the next patch series once I'm confident enough there aren't any unintended side-effects.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154080/new/
https://reviews.llvm.org/D154080
More information about the llvm-commits
mailing list