[Mlir-commits] [mlir] [mlir][MemRef] Add ViewLikeOpInterface to memref.transpose (PR #215331)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Aug 20 11:04:14 PDT 2026
tridhapuku wrote:
Hi @matthias-springer ,
Whenever you have sometime, can you help to review it?
This is a small change (3 files, +9 lines): it adds **`ViewLikeOpInterface`** to `_**memref.transpose**_`, which is the only view-producing op in the MemRef dialect that does not implement it. **`ninja check-mlir`** passes locally with no regressions.
https://github.com/llvm/llvm-project/pull/215331
More information about the Mlir-commits
mailing list