[all-commits] [llvm/llvm-project] 2458cd: [mlir] Add a ViewLikeOpInterface
Lei Zhang via All-commits
all-commits at lists.llvm.org
Fri Apr 24 07:07:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2458cd27f1dc29d32a2e81b0fb71245f9de31aa5
https://github.com/llvm/llvm-project/commit/2458cd27f1dc29d32a2e81b0fb71245f9de31aa5
Author: Lei Zhang <antiagainst at google.com>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
M mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.h
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/include/mlir/Interfaces/CMakeLists.txt
A mlir/include/mlir/Interfaces/ViewLikeInterface.h
A mlir/include/mlir/Interfaces/ViewLikeInterface.td
M mlir/lib/Dialect/Linalg/Analysis/DependenceAnalysis.cpp
M mlir/lib/Dialect/Linalg/IR/CMakeLists.txt
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/lib/Dialect/StandardOps/CMakeLists.txt
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/lib/Interfaces/CMakeLists.txt
A mlir/lib/Interfaces/ViewLikeInterface.cpp
Log Message:
-----------
[mlir] Add a ViewLikeOpInterface
This can help provide a common interface for view-like
ops so that for example Linalg's dependency analysis
can avoid relying on concrete ops.
Differential Revision: https://reviews.llvm.org/D78645
More information about the All-commits
mailing list