[PATCH] D74250: [mlir] Add a utility method on CallOpInterface for resolving the callable.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 12:35:51 PST 2020


rriddle created this revision.
rriddle added a reviewer: mehdi_amini.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, eraman.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74250

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74250.243265.patch
Type: text/x-patch
Size: 5385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200207/ebb2ae38/attachment.bin>


More information about the llvm-commits mailing list