[PATCH] D76155: [mlir][NFC] Move the LoopLike interface out of Transforms/ and into Interfaces/

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 13 13:29:27 PDT 2020


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

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76155

Files:
  mlir/include/mlir/CMakeLists.txt
  mlir/include/mlir/Dialect/AffineOps/AffineOps.h
  mlir/include/mlir/Dialect/AffineOps/AffineOps.td
  mlir/include/mlir/Dialect/LoopOps/LoopOps.h
  mlir/include/mlir/Dialect/LoopOps/LoopOps.td
  mlir/include/mlir/Interfaces/CMakeLists.txt
  mlir/include/mlir/Interfaces/LoopLikeInterface.h
  mlir/include/mlir/Interfaces/LoopLikeInterface.td
  mlir/include/mlir/Transforms/CMakeLists.txt
  mlir/include/mlir/Transforms/LoopLikeInterface.h
  mlir/include/mlir/Transforms/LoopLikeInterface.td
  mlir/lib/Dialect/AffineOps/CMakeLists.txt
  mlir/lib/Dialect/LoopOps/CMakeLists.txt
  mlir/lib/Interfaces/CMakeLists.txt
  mlir/lib/Interfaces/LoopLikeInterface.cpp
  mlir/lib/Transforms/CMakeLists.txt
  mlir/lib/Transforms/LoopInvariantCodeMotion.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76155.250288.patch
Type: text/x-patch
Size: 9979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200313/10f2499b/attachment-0001.bin>


More information about the llvm-commits mailing list