This simplifies the interface by storing the function analysis manager
with the InlineAdvisor, and, thus, not requiring it be passed each time
we inquire for an advice.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D80405
[llvm][NFC] Cache FAM in InlineAdvisor ClosedPublic Authored by mtrofin on May 21 2020, 2:09 PM.
Details Summary This simplifies the interface by storing the function analysis manager
Diff Detail
Event TimelineComment Actions
Gentle reminder - thanks! This revision is now accepted and ready to land.Jun 1 2020, 11:11 AM Closed by commit rG999ea25a9eea: [llvm][NFC] Cache FAM in InlineAdvisor (authored by mtrofin). · Explain WhyJun 1 2020, 1:02 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 267707 llvm/include/llvm/Analysis/InlineAdvisor.h
llvm/include/llvm/Transforms/IPO/Inliner.h
llvm/lib/Analysis/InlineAdvisor.cpp
llvm/lib/Transforms/IPO/Inliner.cpp
|