[Mlir-commits] [mlir] [memref] Support non-scalar copies in `reinterpret_cast` elision (PR #203873)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Jun 29 01:02:43 PDT 2026
================
----------------
banach-space wrote:
Why is this 1D? The destination is `memref<1x3x11xf32>`.
```suggestion
func.func private @copy_1D_into_2D_strided_zero_offset(
```
It might be worth asking a related question - is the second dimensionality within the test function name referring to `%dst` or `%rc`? IMHO, it will be easier to consistently use the former.
https://github.com/llvm/llvm-project/pull/203873
More information about the Mlir-commits
mailing list