[PATCH] D85636: [llvm-dwarfdump] Fix misleading scope byte coverage statistics
Orlando Cazalet-Hyams via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 01:05:06 PDT 2020
Orlando added a comment.
Hi @djtodoro thanks for taking a look!
> Have you tested llvm/utils/llvm-locstats/llvm-locstats.py (along with its tests)?
Yes, all tests pass currently.
> Do we need to change something there as well?
We don't need to update `llvm-locstats` because the stat "#bytes in parent scope covered by DW_AT_location" - which locstats reads - has been updated here. And IMO the new stat "sum_all_variables(#bytes in any scope covered by DW_AT_location)" is not something we need locstats to display because it doesn't affect coverage.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85636/new/
https://reviews.llvm.org/D85636
More information about the llvm-commits
mailing list