[Mlir-commits] [mlir] Add examples for reinterpret_cast and subview operators to show their behavior in relation to their input memref underlying memory and view (PR #135244)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Apr 24 12:46:59 PDT 2025
================
@@ -1363,6 +1363,58 @@ def MemRef_ReinterpretCastOp
%dst.sizes = %sizes
%dst.strides = %strides
```
+
+ Example 2:
----------------
ivangarcia44 wrote:
Done thanks
https://github.com/llvm/llvm-project/pull/135244
More information about the Mlir-commits
mailing list