[llvm] [InlineCost] Enable the cost benefit analysis for Sample PGO (PR #66457)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 11:16:14 PDT 2023


kazutakahirata wrote:

Thank you for the patch.  Do you have any details you can share?  Performance numbers?

With sample profiling, a lot of inlining is done in the sample profile loader.  Do you you see meaningful inlining opportunities left for `llvm/lib/Transforms/IPO/Inliner.cpp` for large applications, such as clang?


https://github.com/llvm/llvm-project/pull/66457


More information about the llvm-commits mailing list