[llvm] [Inliner] Add option (default off) to inline all calls regardless of the cost (PR #152365)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 15 14:31:03 PDT 2025
https://github.com/Artem-B approved this pull request.
LGTM.
@arsenm @yxsamliu I vaguely recall that AMDGPU builds sometimes wanted to inline everything. Perhaps this could be a useful knob which could be used for that purpose while leaving normal inlining heuristics in place for the rest of the builds.
https://github.com/llvm/llvm-project/pull/152365
More information about the llvm-commits
mailing list