[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:

IIUC, if the offset was `8`, the copy below would be OOB. Is that correct? If yes, could you add a comment for that? Also, perhaps a FIXME:
```
// FIXME: Add run-time verification for cases like this.
```

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


More information about the Mlir-commits mailing list