[PATCH] D96045: [llvm-dwarfdump][locstats] Unify handling of inlined vars with no loc
Rumeet Dhindsa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 8 15:51:38 PDT 2021
rdhindsa added a comment.
After moving the variable InlinedFnsToBeProcessed to inside the for loop, I noticed a difference in two dwarfdump statistics for a quite large binary with fission=yes:
#variables processed by location statistics
#variables with 0% of parent scope covered by DW_AT_location
Since I am not very familiar with this code, I would request if you could investigate and apply the patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96045/new/
https://reviews.llvm.org/D96045
More information about the llvm-commits
mailing list