[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
Thu May 21 14:05:39 PDT 2020


yamauchi marked 2 inline comments as done.
yamauchi added a comment.

D79902 <https://reviews.llvm.org/D79902> and D79951 <https://reviews.llvm.org/D79951> have been checked in.
Split the part that computes the block count into D80403 <https://reviews.llvm.org/D80403>.



================
Comment at: llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp:987
   }
 }
----------------
mtrofin wrote:
> unrelated change (the last line)
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