[all-commits] [llvm/llvm-project] 50a2bb: [mlir][tensor] Fold rank-reducing extract_slice wi...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Dec 5 00:24:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50a2bb95ab9a3aa123f813fab67d6cffcd609113
https://github.com/llvm/llvm-project/commit/50a2bb95ab9a3aa123f813fab67d6cffcd609113
Author: Matthias Springer <springerm at google.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M mlir/include/mlir/Dialect/Tensor/Transforms/Transforms.h
M mlir/lib/Dialect/Tensor/Transforms/CMakeLists.txt
A mlir/lib/Dialect/Tensor/Transforms/ReshapePatterns.cpp
A mlir/test/Dialect/Tensor/fold-reassociative-reshapes.mlir
M mlir/test/lib/Dialect/Tensor/TestTensorTransforms.cpp
Log Message:
-----------
[mlir][tensor] Fold rank-reducing extract_slice with inverse expand_shape
Differential Revision: https://reviews.llvm.org/D139220
Commit: 140307379075ddd5aa6593d74c89e519baea7238
https://github.com/llvm/llvm-project/commit/140307379075ddd5aa6593d74c89e519baea7238
Author: Matthias Springer <springerm at google.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M mlir/lib/Dialect/Tensor/Transforms/ReshapePatterns.cpp
M mlir/test/Dialect/Tensor/fold-reassociative-reshapes.mlir
Log Message:
-----------
[mlir][tensor] Fold rank-reducing insert_slice with inverse collapse_shape
Differential Revision: https://reviews.llvm.org/D139221
Compare: https://github.com/llvm/llvm-project/compare/23ad3dac0a21...140307379075
More information about the All-commits
mailing list