[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
Sat Mar 14 13:57:52 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG43959a259276: [mlir][NFC] Move the LoopLike interface out of Transforms/ and into Interfaces/ (authored by rriddle).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76155/new/

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.250382.patch
Type: text/x-patch
Size: 9979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200314/3a3513f6/attachment.bin>


More information about the llvm-commits mailing list