[PATCH] D142232: Increase inline threshold multiplier to 11 in nvptx backend.
Gautam Chakrabarti via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 11:07:53 PST 2023
gchakrabarti added a comment.
Did you study the compile-time impact of bumping the inlining threshold? While I would expect perf benefits in some cases from such a change, in my experience this threshold increase can also cause significant compile-time overhead in some cases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142232/new/
https://reviews.llvm.org/D142232
More information about the llvm-commits
mailing list