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

Andrzej WarzyƄski llvmlistbot at llvm.org
Wed Jun 17 09:55:04 PDT 2026


================
@@ -29,6 +30,10 @@ using namespace mlir;
 
 namespace {
 
+/// Copy rewrite helpers
----------------
banach-space wrote:

If are adding a block comment then I would make it much more visible:

```
//===----------------------------------------------------------------------===//
// Copy Rewrite Helpers
//===----------------------------------------------------------------------===//
```

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


More information about the Mlir-commits mailing list