[all-commits] [llvm/llvm-project] 465ec4: [mlir] NFC: move mergeOffsetsSizesAndStrides into ...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Fri Sep 23 10:28:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 465ec4e0b48c005f5d5de8adee0c33469a7b9862
https://github.com/llvm/llvm-project/commit/465ec4e0b48c005f5d5de8adee0c33469a7b9862
Author: Lei Zhang <antiagainst at google.com>
Date: 2022-09-23 (Fri, 23 Sep 2022)
Changed paths:
A mlir/include/mlir/Dialect/Affine/ViewLikeInterfaceUtils.h
M mlir/include/mlir/Dialect/Tensor/Transforms/TransformUtils.h
M mlir/lib/Dialect/Affine/Utils/CMakeLists.txt
A mlir/lib/Dialect/Affine/Utils/ViewLikeInterfaceUtils.cpp
M mlir/lib/Dialect/Tensor/Transforms/CMakeLists.txt
M mlir/lib/Dialect/Tensor/Transforms/MergeConsecutiveInsertExtractSlicePatterns.cpp
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir] NFC: move mergeOffsetsSizesAndStrides into Affine/Utils
So that these utility functions can also be used ViewLikeInterface
ops not in the memref dialect.
Reviewed By: mravishankar, christopherbate
Differential Revision: https://reviews.llvm.org/D134487
More information about the All-commits
mailing list