[PATCH] D86988: [Inliner] Run always-inliner in inliner-wrapper

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 22:40:16 PDT 2020


davidxl added a comment.

One major problem with this patch is that the AlwaysInliner is dummy, it is not aware of profile information thus won't be able to perform proper profile update after the inlining of always inline callees.  This can be an issue for Frontend PGO or when thinLTO/LTO is on (where there is cross module calls to always inline functions -- though it is not common).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86988



More information about the llvm-commits mailing list