[mlir][NFC] Move the LoopLike interface out of Transforms/ and into Interfaces/
authorRiver Riddle <riddleriver@gmail.com>
Sat, 14 Mar 2020 20:36:42 +0000 (13:36 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Sat, 14 Mar 2020 20:37:56 +0000 (13:37 -0700)
commit43959a25927699def4feef8b9b9b25931118e887
tree9e55300ebc1cabc27b58bbc519a129a38072020a
parenteda58ac04cfa95298583223ba6779916e4721550
[mlir][NFC] Move the LoopLike interface out of Transforms/ and into Interfaces/

Differential Revision: https://reviews.llvm.org/D76155
15 files changed:
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 [moved from mlir/include/mlir/Transforms/LoopLikeInterface.h with 70% similarity]
mlir/include/mlir/Interfaces/LoopLikeInterface.td [moved from mlir/include/mlir/Transforms/LoopLikeInterface.td with 90% similarity]
mlir/include/mlir/Transforms/CMakeLists.txt [deleted file]
mlir/lib/Dialect/AffineOps/CMakeLists.txt
mlir/lib/Dialect/LoopOps/CMakeLists.txt
mlir/lib/Interfaces/CMakeLists.txt
mlir/lib/Interfaces/LoopLikeInterface.cpp [new file with mode: 0644]
mlir/lib/Transforms/CMakeLists.txt
mlir/lib/Transforms/LoopInvariantCodeMotion.cpp