Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D76155
[mlir][NFC] Move the LoopLike interface out of Transforms/ and into Interfaces/ ClosedPublic Authored by rriddle on Mar 13 2020, 1:25 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 13 2020, 2:52 PM Closed by commit rG43959a259276: [mlir][NFC] Move the LoopLike interface out of Transforms/ and into Interfaces/ (authored by rriddle). · Explain WhyMar 14 2020, 1:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 250382 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
|