[Mlir-commits] [mlir] [memref] Support non-scalar copies in `reinterpret_cast` elision (PR #203873)
ioana ghiban
llvmlistbot at llvm.org
Mon Jun 29 05:37:30 PDT 2026
================
----------------
ioghiban wrote:
different stride order is supported when every non-unit result dimension still maps to a distinct source dimension by stride. So `%rc` does not need to have identity layout to match this pattern. Here, neither of the non-unit dims in the source match the stride of the non-unit dim in the result.
https://github.com/llvm/llvm-project/pull/203873
More information about the Mlir-commits
mailing list