[Mlir-commits] [mlir] [mlir][vector] Make the in_bounds attribute mandatory (PR #97049)

Andrzej WarzyƄski llvmlistbot at llvm.org
Sat Jul 6 14:56:30 PDT 2024


================
@@ -1363,7 +1363,7 @@ def Vector_TransferReadOp :
                    AffineMapAttr:$permutation_map,
                    AnyType:$padding,
                    Optional<VectorOf<[I1]>>:$mask,
-                   OptionalAttr<BoolArrayAttr>:$in_bounds)>,
+                   BoolArrayAttr:$in_bounds)>,
----------------
banach-space wrote:

Yes, that's already the case: https://github.com/llvm/llvm-project/blob/1ed84a862f9ce3c60251968f23a5405f06458975/mlir/lib/Dialect/Vector/IR/VectorOps.cpp#L3974-L3976

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


More information about the Mlir-commits mailing list