[Mlir-commits] [mlir] [mlir][vector] extend `createReadOrMaskedRead`/`createWriteOrMaskedWrite` with permutation map support (PR #202766)

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Jun 11 02:24:49 PDT 2026


================
@@ -5049,11 +5049,15 @@ void TransferReadOp::build(OpBuilder &builder, OperationState &result,
 }
 
 /// 2. Builder that sets padding to zero an empty mask (variant without attrs).
----------------
banach-space wrote:

```suggestion
/// 2. Builder that sets padding to zero and an empty mask (variant without attrs).
```

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


More information about the Mlir-commits mailing list