[all-commits] [llvm/llvm-project] 450ac0: [mlir][MemRef] Add ExtractStridedMetadataOpCollaps...
Diego Caballero via All-commits
all-commits at lists.llvm.org
Fri Apr 26 07:20:49 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 450ac01bb9f4ee4f9e05eb6846f256bf2079a436
https://github.com/llvm/llvm-project/commit/450ac01bb9f4ee4f9e05eb6846f256bf2079a436
Author: Diego Caballero <diegocaballero at google.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M mlir/lib/Dialect/MemRef/Transforms/ExpandStridedMetadata.cpp
M mlir/test/Dialect/MemRef/expand-strided-metadata.mlir
Log Message:
-----------
[mlir][MemRef] Add ExtractStridedMetadataOpCollapseShapeFolder (#89954)
This PR adds a new pattern to the set of patterns used to resolve the offset, sizes and
stride of a memref. Similar to `ExtractStridedMetadataOpSubviewFolder`, the new
pattern resolves strided_metadata(collapse_shape) directly, without introduce a
reshape_cast op.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list