[Mlir-commits] [mlir] [mlir][linalg] Fix the semantic use of a flag (PR #90081)

Prashant Kumar llvmlistbot at llvm.org
Thu Apr 25 10:30:27 PDT 2024


================
@@ -194,7 +194,7 @@ bool isLinearizableVector(VectorType type);
 /// for each dimension of the passed in tensor.
 Value createReadOrMaskedRead(OpBuilder &builder, Location loc, Value source,
                              ArrayRef<int64_t> readShape, Value padValue,
-                             bool useInBoundsInsteadOfMasking = true);
+                             bool useInBoundsInsteadOfMasking = false);
----------------
pashu123 wrote:

done, PTAL.

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


More information about the Mlir-commits mailing list