[Mlir-commits] [mlir] [mlir][vector] Avoid setting padding by default to `0` in `vector.transfer_read` prefer `ub.poisson` (PR #146088)
Diego Caballero
llvmlistbot at llvm.org
Fri Jun 27 09:19:11 PDT 2025
================
@@ -1543,30 +1543,28 @@ def Vector_TransferReadOp :
}];
let builders = [
- /// 1. Builder that sets padding to zero and an empty mask (variant with attrs).
+ /// 1. Builder that sets padding to `padding` or poisson if not provided and
----------------
dcaballe wrote:
nit: `poison` -> `poisson`?
https://github.com/llvm/llvm-project/pull/146088
More information about the Mlir-commits
mailing list