[PATCH] D96045: [llvm-dwarfdump][locstats] Unify handling of inlined vars with no loc
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 5 03:35:57 PST 2021
djtodoro updated this revision to Diff 321695.
djtodoro added a comment.
- Replace the vector representing inline vars with a map
- Replace std::vector with SmallVector
- Improve the test with multiple concrete inlined instacies
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96045/new/
https://reviews.llvm.org/D96045
Files:
llvm/test/tools/llvm-dwarfdump/X86/locstats-for-inlined-vars.yaml
llvm/tools/llvm-dwarfdump/Statistics.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96045.321695.patch
Type: text/x-patch
Size: 17495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210205/583f3c3a/attachment.bin>
More information about the llvm-commits
mailing list