[PATCH] D79042: [llvm] Add interface to drive inlining decision using ML model
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 10:17:27 PDT 2020
mtrofin marked an inline comment as done.
mtrofin added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/Inliner.cpp:851
- auto OIC = shouldInline(*CB, GetInlineCost, ORE);
+ auto PendingRecord = Advisor.getAdvice(*CB, FAM);
// Check whether we want to inline this callsite.
----------------
davidxl wrote:
> PendingRecord -- IA or Advise
done
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79042/new/
https://reviews.llvm.org/D79042
More information about the llvm-commits
mailing list