[Mlir-commits] [mlir] [mlir][linalg] Use ub.poison when vectorizing linalg.pack (PR #159536)

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon Sep 22 03:13:15 PDT 2025


================
@@ -227,7 +227,8 @@ bool isLinearizableVector(VectorType type);
 ///
 /// Note: all read offsets are set to 0.
 Value createReadOrMaskedRead(OpBuilder &builder, Location loc, Value source,
-                             ArrayRef<int64_t> inputVectorSizes, Value padValue,
+                             ArrayRef<int64_t> inputVectorSizes,
+                             std::optional<Value> padValue,
----------------
banach-space wrote:

Thanks, added!

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


More information about the Mlir-commits mailing list