[PATCH] D140063: [AutoFDO] Use getHeadSamplesEstimate instead of getTotalSamples to compute profile callsite staleness
Lei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 15 11:09:56 PST 2022
wlei added a comment.
In D140063#3998590 <https://reviews.llvm.org/D140063#3998590>, @wenlei wrote:
> actually you already record it as `NumMismatchedCallsites`, so I think it should be good. :)
Ah, Okay! Also avoid the `Num` and `Count` name confusing :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140063/new/
https://reviews.llvm.org/D140063
More information about the llvm-commits
mailing list