[all-commits] [llvm/llvm-project] 43959a: [mlir][NFC] Move the LoopLike interface out of Tra...
River Riddle via All-commits
all-commits at lists.llvm.org
Sat Mar 14 13:41:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 43959a25927699def4feef8b9b9b25931118e887
https://github.com/llvm/llvm-project/commit/43959a25927699def4feef8b9b9b25931118e887
Author: River Riddle <riddleriver at gmail.com>
Date: 2020-03-14 (Sat, 14 Mar 2020)
Changed paths:
M mlir/include/mlir/CMakeLists.txt
M mlir/include/mlir/Dialect/AffineOps/AffineOps.h
M mlir/include/mlir/Dialect/AffineOps/AffineOps.td
M mlir/include/mlir/Dialect/LoopOps/LoopOps.h
M mlir/include/mlir/Dialect/LoopOps/LoopOps.td
M mlir/include/mlir/Interfaces/CMakeLists.txt
A mlir/include/mlir/Interfaces/LoopLikeInterface.h
A mlir/include/mlir/Interfaces/LoopLikeInterface.td
R mlir/include/mlir/Transforms/CMakeLists.txt
R mlir/include/mlir/Transforms/LoopLikeInterface.h
R mlir/include/mlir/Transforms/LoopLikeInterface.td
M mlir/lib/Dialect/AffineOps/CMakeLists.txt
M mlir/lib/Dialect/LoopOps/CMakeLists.txt
M mlir/lib/Interfaces/CMakeLists.txt
A mlir/lib/Interfaces/LoopLikeInterface.cpp
M mlir/lib/Transforms/CMakeLists.txt
M mlir/lib/Transforms/LoopInvariantCodeMotion.cpp
Log Message:
-----------
[mlir][NFC] Move the LoopLike interface out of Transforms/ and into Interfaces/
Differential Revision: https://reviews.llvm.org/D76155
More information about the All-commits
mailing list