[all-commits] [llvm/llvm-project] 5c159b: [mlir] Add a utility method on CallOpInterface for...
River Riddle via All-commits
all-commits at lists.llvm.org
Sat Feb 8 10:46:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5c159b91a24b07974328ab17fd56a244995f2944
https://github.com/llvm/llvm-project/commit/5c159b91a24b07974328ab17fd56a244995f2944
Author: River Riddle <riddleriver at gmail.com>
Date: 2020-02-08 (Sat, 08 Feb 2020)
Changed paths:
M mlir/include/mlir/Analysis/CallGraph.h
M mlir/include/mlir/Analysis/CallInterfaces.h
M mlir/include/mlir/Analysis/CallInterfaces.td
M mlir/lib/Analysis/CallGraph.cpp
M mlir/lib/Transforms/Inliner.cpp
Log Message:
-----------
[mlir] Add a utility method on CallOpInterface for resolving the callable.
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.
Differential Revision: https://reviews.llvm.org/D74250
More information about the All-commits
mailing list