[PATCH] D78645: [mlir] Add a ViewLikeOpInterface

Lei Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 22 08:38:27 PDT 2020


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

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78645

Files:
  mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
  mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
  mlir/include/mlir/Dialect/StandardOps/IR/Ops.h
  mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
  mlir/include/mlir/Interfaces/CMakeLists.txt
  mlir/include/mlir/Interfaces/ViewLikeInterface.h
  mlir/include/mlir/Interfaces/ViewLikeInterface.td
  mlir/lib/Dialect/Linalg/Analysis/DependenceAnalysis.cpp
  mlir/lib/Dialect/Linalg/IR/CMakeLists.txt
  mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
  mlir/lib/Dialect/StandardOps/CMakeLists.txt
  mlir/lib/Dialect/StandardOps/IR/Ops.cpp
  mlir/lib/Interfaces/CMakeLists.txt
  mlir/lib/Interfaces/ViewLikeInterface.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78645.259296.patch
Type: text/x-patch
Size: 11002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200422/b03d7d34/attachment-0001.bin>


More information about the llvm-commits mailing list