[PATCH] D142232: Increase inline threshold multiplier to 11 in nvptx backend.
Gautam Chakrabarti via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 1 15:42:33 PST 2023
gchakrabarti added a comment.
For many cases, this threshold bump may not increase inlining if the old threshold was already aggressively inlining everything. In such cases, no compile time impact will be observed. For your motivating testcase that needs this threshold bump, did you measure how this impacted the compile time?
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