Files
clang-p2996/mlir/lib/Dialect/MemRef/Transforms/ExpandStridedMetadata.cpp
Diego Caballero 450ac01bb9 [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.
2024-04-26 16:20:24 +02:00

45 KiB