[Mlir-commits] [mlir] [mlir][vector] Avoid setting padding by default to `0` in `vector.transfer_read` prefer `ub.poison` (PR #146088)

Nicolas Vasilache llvmlistbot at llvm.org
Fri Jun 27 09:31:47 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
----------------
nicolasvasilache wrote:

@fabianmcg poisson is fish in french :D let's use poison unless we don't like fish ;)

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


More information about the Mlir-commits mailing list