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

Andrzej WarzyƄski llvmlistbot at llvm.org
Wed Jul 8 03:31:25 PDT 2026


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

----------------
banach-space wrote:

```suggestion
    bool isOffsetDynamic = ShapedType::isDynamic(rcOffsets[0]);
    if (isOffsetDynamic)
```

... and then re-use `isOffsetDynamic` below.

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


More information about the Mlir-commits mailing list