[PATCH] D79831: [PGO] Improve the working set size heuristics under the partial sample PGO.
Hiroshi Yamauchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 26 11:58:32 PDT 2020
yamauchi marked 3 inline comments as done.
yamauchi added inline comments.
================
Comment at: llvm/lib/Analysis/ModuleSummaryAnalysis.cpp:396
+ }
+ Index.addBlockCount(NumBlocks);
----------------
wmi wrote:
> Can we use Index.addBlockCount(F.size())?
Done in D80403.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79831/new/
https://reviews.llvm.org/D79831
More information about the llvm-commits
mailing list