[all-commits] [llvm/llvm-project] b1d3af: [mlir] Factor more common utils to IndexingUtils
Han-Chung Wang via All-commits
all-commits at lists.llvm.org
Fri Dec 2 13:27:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1d3afc93e0e6bdfbc1105b48bc4caed0c880be2
https://github.com/llvm/llvm-project/commit/b1d3afc93e0e6bdfbc1105b48bc4caed0c880be2
Author: Hanhan Wang <hanchung at google.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/Linalg.h
M mlir/include/mlir/Dialect/Utils/IndexingUtils.h
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/lib/Dialect/Linalg/Transforms/HoistPadding.cpp
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
M mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
M mlir/lib/Dialect/Utils/IndexingUtils.cpp
Log Message:
-----------
[mlir] Factor more common utils to IndexingUtils
Reviewed By: mravishankar
Differential Revision: https://reviews.llvm.org/D139159
More information about the All-commits
mailing list