[PATCH] D80776: [Inlining] Introduce -enable-npm-pgo-inline-deferral
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 29 10:21:24 PDT 2020
davidxl added inline comments.
================
Comment at: llvm/include/llvm/Analysis/InlineAdvisor.h:202
shouldInline(CallBase &CB, function_ref<InlineCost(CallBase &CB)> GetInlineCost,
- OptimizationRemarkEmitter &ORE);
+ OptimizationRemarkEmitter &ORE, bool EnableDeferral);
----------------
give it a default value (true)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80776/new/
https://reviews.llvm.org/D80776
More information about the llvm-commits
mailing list