[PATCH] D94001: [CSSPGO] Call site prioritized BFS inlining for sample PGO

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 09:12:58 PST 2021


davidxl added a comment.

A few high level questions:

1. Can the size bloat problem be handled in llvm-profgen time ? Basically using hotness information to prune/merge profiles properly?
2. What is the intuition behind BFS order?
3. How often does the size limit get triggered with the new inliner?
4. what is the largest improvement in spec06? Any internal benchmark data?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94001/new/

https://reviews.llvm.org/D94001



More information about the llvm-commits mailing list