forked from OSchip/llvm-project
1cddcfdc3c
This change fixes `CollapsedLayoutMap` for cases where the collapsed dims are size 1. The cases where inner most dims are size 1 and noncontiguous can be represented by the strided form and therefore can be allowed. For such cases, the new stride should be of the next entry in an association whose dimension is not size 1. If the next entry is dynamic, it's not possible to decide which stride to use at compilation time and the stride is set to dynamic. Differential Revision: https://reviews.llvm.org/D124137 |
||
---|---|---|
.. | ||
canonicalize.mlir | ||
expand-ops.mlir | ||
fold-subview-ops.mlir | ||
invalid.mlir | ||
multibuffer.mlir | ||
ops.mlir | ||
subview.mlir |