[PATCH] D109713: [AutoFDO][llvm-profgen] Report zero count for unexecuted part of function code
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 14 16:36:48 PDT 2021
hoy added a comment.
Thanks for the change. I'm wondering instead of extending `findDisjointRanges` if we can just add a post-processing pass that adds a zero sample to all line offsets. We did this for probe-based CS profile.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109713/new/
https://reviews.llvm.org/D109713
More information about the llvm-commits
mailing list