[Mlir-commits] [mlir] [memref] Support non-scalar copies in `reinterpret_cast` elision (PR #203873)
ioana ghiban
llvmlistbot at llvm.org
Wed Jul 8 04:55:38 PDT 2026
================
----------------
ioghiban wrote:
The matching rank check with bail-out is in `getResultNonUnitDimsAndOffsetsForRC`, which calls `hasExactlyOneCollapsedNonUnitDim`. Therefore I implemented this check as an assumption here.
https://github.com/llvm/llvm-project/pull/203873
More information about the Mlir-commits
mailing list