[all-commits] [llvm/llvm-project] 23bd2e: [mlir][Affine] Delete duplicate code: `applyMapToV...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Jun 30 05:03:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23bd2e96fe3c945972eec8d8ad963651dd13ea6a
https://github.com/llvm/llvm-project/commit/23bd2e96fe3c945972eec8d8ad963651dd13ea6a
Author: Matthias Springer <me at m-sp.org>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/Affine/IR/AffineOps.h
M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
M mlir/lib/Dialect/Tensor/IR/TensorInferTypeOpInterfaceImpl.cpp
M mlir/test/Dialect/Linalg/pad_fusion.mlir
M mlir/test/Dialect/Linalg/resolve-shaped-type-result-dims.mlir
M mlir/test/Dialect/Linalg/vectorization-masked.mlir
M mlir/test/Dialect/Tensor/bufferize.mlir
Log Message:
-----------
[mlir][Affine] Delete duplicate code: `applyMapToValues`
The same functionality is provided by `makeComposedFoldedAffineApply`.
Differential Revision: https://reviews.llvm.org/D154199
More information about the All-commits
mailing list