[all-commits] [llvm/llvm-project] 26864d: [mlir][tensor] Add pattern to drop redundant inser...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed May 31 23:55:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 26864d8fb4c2c2f3f85cc0e1225f8c9596ef0b64
https://github.com/llvm/llvm-project/commit/26864d8fb4c2c2f3f85cc0e1225f8c9596ef0b64
Author: Matthias Springer <me at m-sp.org>
Date: 2023-06-01 (Thu, 01 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/Tensor/Transforms/Transforms.h
M mlir/include/mlir/Dialect/Tensor/Utils/Utils.h
M mlir/lib/Dialect/Tensor/TransformOps/CMakeLists.txt
M mlir/lib/Dialect/Tensor/TransformOps/TensorTransformOps.cpp
M mlir/lib/Dialect/Tensor/Transforms/CMakeLists.txt
M mlir/lib/Dialect/Tensor/Transforms/MergeConsecutiveInsertExtractSlicePatterns.cpp
M mlir/lib/Dialect/Tensor/Utils/CMakeLists.txt
M mlir/lib/Dialect/Tensor/Utils/Utils.cpp
A mlir/test/Dialect/Tensor/drop-redundant-insert-slice-rank-expansion.mlir
M mlir/test/lib/Dialect/Tensor/TestTensorTransforms.cpp
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][tensor] Add pattern to drop redundant insert_slice rank expansion
Drop insert_slice rank expansions if they are directly followed by an inverse rank reduction.
Differential Revision: https://reviews.llvm.org/D151800
More information about the All-commits
mailing list