[PATCH] D109104: [CSSPGO] Allow inlining recursive call for preinliner
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 2 08:37:47 PDT 2021
hoy added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/SampleProfile.cpp:1290
+ // TODO: Evaluate if this is helpful for AutoFDO too in general.
+ Params.AllowRecursiveCall = ProfileIsCS && UsePreInlinerDecision;
// Checks if there is anything in the reachable portion of the callee at
----------------
Should this also be enabled for csspgo without preliner?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109104/new/
https://reviews.llvm.org/D109104
More information about the llvm-commits
mailing list