[PATCH] D147718: [DbgHistoryCalculator] Improve debug messages
Orlando Cazalet-Hyams via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 6 09:47:21 PDT 2023
Orlando accepted this revision.
Orlando added a comment.
This revision is now accepted and ready to land.
It looks like we get a print for each dropped range, and one additional print for each variable with any dropped ranges. It might be a bit spammy if there are many ranges getting trimmed, but this is all useful information which probably can't be compressed much further, so LGTM (it might be worth waiting a little to see if anyone disagrees?).
Thanks for improving this!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147718/new/
https://reviews.llvm.org/D147718
More information about the llvm-commits
mailing list