[Mlir-commits] [mlir] [mlir][linalg][vector] Refine create{Read|Write}OrMasked{Read|Write} (nfc) (PR #135350)

Andrzej WarzyƄski llvmlistbot at llvm.org
Fri Apr 11 09:30:56 PDT 2025


================
@@ -1582,8 +1625,14 @@ static Operation *createWriteOrMaskedWrite(OpBuilder &builder, Location loc,
 ///     : vector<32x4x1x16x2xf32>, tensor<32x4x1x16x2xf32>
 ///
 /// If the (3) input vector sizes are not provided, the vector sizes are
-/// determined by the result tensor shape. Also, we update the inBounds
-/// attribute instead of masking.
+/// determined by the result tensor shape and the `in_bounds`
+/// attribute is used instead of masking to mark
----------------
banach-space wrote:

Fixed, thank you! And sorry for missing that, copy and paste failure :(

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


More information about the Mlir-commits mailing list