[Mlir-commits] [mlir] [memref] Support non-scalar copies in `reinterpret_cast` elision (PR #203873)

ioana ghiban llvmlistbot at llvm.org
Mon Jun 29 05:12:01 PDT 2026


================

----------------
ioghiban wrote:

I see your point. My thought was making a distinction between rank-0 and rank-N scalars. Then, this test could just as well be:
`@copy_scalar_into_scalar...`
or `@copy_0D_into_scalar...` - there are tests mentioning `ND` as the copy source, so this would be consistent with those.
I will follow your suggestion if this naming was less confusing for you.

https://github.com/llvm/llvm-project/pull/203873


More information about the Mlir-commits mailing list