[PATCH] D104926: [CSSPGO] Switches to disable pre-link inlining

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 25 09:17:16 PDT 2021


hoy added a comment.

The best of csspgo thinlto performance comes from disabling prelink sample inlining and cgscc  inlining. This gives a more centralized global inlining. This still doesn't achieve the fulllto level inlining. We will rely on the llvm-profgen preinliner to improve that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104926



More information about the llvm-commits mailing list