[PATCH] D98094: [CSSPGO] Always use callsite samples as callsite probe counts.
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 5 20:16:28 PST 2021
wenlei accepted this revision.
wenlei added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Transforms/IPO/SampleProfile.cpp:524
+ // call instruction should have 0 count.
+ // For CS profile, the callsite count of
+ // previously inlined callees is populated with the entry count of the
----------------
nit: format the comment to be consistent with the probe version.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98094/new/
https://reviews.llvm.org/D98094
More information about the llvm-commits
mailing list