Refactored the parameter and return type where they are too generally
typed as Instruction.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D79027
[llvm][NFC] Refactor APIs operating on CallBase ClosedPublic Authored by mtrofin on Apr 28 2020, 10:27 AM.
Details Summary Refactored the parameter and return type where they are too generally
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 28 2020, 10:52 AM Closed by commit rG8a7cf11f92e1: [llvm][NFC] Refactor APIs operating on CallBase (authored by mtrofin). · Explain WhyApr 28 2020, 1:30 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 260749 llvm/include/llvm/Analysis/IndirectCallVisitor.h
llvm/include/llvm/Transforms/Instrumentation.h
llvm/lib/Transforms/IPO/SampleProfile.cpp
llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
llvm/lib/Transforms/Instrumentation/ValueProfilePlugins.inc
|