[all-commits] [llvm/llvm-project] 90b781: [mlir][linalg] Add helper to update IndexOps after...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Fri Sep 17 08:19:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90b7817e03af19a8fdc7f32f82e39d0fbf8a9791
https://github.com/llvm/llvm-project/commit/90b7817e03af19a8fdc7f32f82e39d0fbf8a9791
Author: Tobias Gysi <gysit at google.com>
Date: 2021-09-17 (Fri, 17 Sep 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
Log Message:
-----------
[mlir][linalg] Add helper to update IndexOps after tiling (NFC).
Add the addTileLoopIvsToIndexOpResults method to shift the IndexOp results after tiling.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D109761
More information about the All-commits
mailing list