[Mlir-commits] [mlir] [memref] Support non-scalar copies in `reinterpret_cast` elision (PR #203873)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu Jul 2 10:19:53 PDT 2026
================
----------------
banach-space wrote:
This is a variation of `@copy_1D_into_2D_strided_nonzero_offset`. I would rename them as:
* `@copy_1D_into_2D_strided_nonzero_offset` -> `@copy_1D_into_2D_strided_nonzero_offset_delinierized_v1`
* `@copy_1D_into_2D_strided_delinearized_offset` -> `@copy_1D_into_2D_strided_nonzero_offset_delinearized_v2`
And then, add comments to explain the actual difference between the two.
https://github.com/llvm/llvm-project/pull/203873
More information about the Mlir-commits
mailing list