[PATCH] D80229: [Inlining] Set inline-deferral-scale to 2.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 2 08:05:44 PDT 2020
lebedev.ri added a comment.
It's kinda off-topic and not sure if anyone is interested in more test cases,
but i have a codebase for which the current inlining decisions still seem
just a little bit too weak. I.e. if i drop all `__attribute__((always_inline))` attrs,
i see +10% perf drops in all of those cases. Inline parameters isn't something i looked into,
so i'm not really sure where to look. Feel free to let me know if anyone is interested.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80229/new/
https://reviews.llvm.org/D80229
More information about the llvm-commits
mailing list