[PATCH] D142232: Increase inline threshold multiplier to 11 in nvptx backend.
Jack Kirk via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 3 03:54:01 PST 2023
JackAKirk added a comment.
In D142232#4097975 <https://reviews.llvm.org/D142232#4097975>, @gchakrabarti wrote:
> 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?
Please see my above comment.
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