getProfileCount requires the parameter be a valid CallBase, and its uses
reflect that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D78940
[llvm][NFC] Use CallBase instead of Instruction in ProfileSummaryInfo ClosedPublic Authored by mtrofin on Apr 27 2020, 9:21 AM.
Details Summary getProfileCount requires the parameter be a valid CallBase, and its uses
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 27 2020, 7:22 PM Closed by commit rGcb56e9b92336: [llvm][NFC] Use CallBase instead of Instruction in ProfileSummaryInfo (authored by mtrofin). · Explain WhyApr 27 2020, 9:02 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 260541 llvm/include/llvm/Analysis/ProfileSummaryInfo.h
llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
llvm/lib/Analysis/ProfileSummaryInfo.cpp
llvm/lib/Transforms/Utils/InlineFunction.cpp
|