This is the most common operation performed on a CallOpInterface. This just moves the existing functionality from the CallGraph so that other users can access it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D74250
[mlir] Add a utility method on CallOpInterface for resolving the callable. ClosedPublic Authored by rriddle on Feb 7 2020, 12:28 PM.
Details Summary This is the most common operation performed on a CallOpInterface. This just moves the existing functionality from the CallGraph so that other users can access it.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 7 2020, 9:28 PM Closed by commit rG5c159b91a24b: [mlir] Add a utility method on CallOpInterface for resolving the callable. (authored by rriddle). · Explain WhyFeb 8 2020, 10:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 243390 mlir/include/mlir/Analysis/CallGraph.h
mlir/include/mlir/Analysis/CallInterfaces.h
mlir/include/mlir/Analysis/CallInterfaces.td
mlir/lib/Analysis/CallGraph.cpp
mlir/lib/Transforms/Inliner.cpp
|