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

Andrzej WarzyƄski llvmlistbot at llvm.org
Thu Jul 4 13:18:24 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:

I was able to fix that by updating the parsers. The suggestion with builder was very helpful - put me on the right path, thanks!

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


More information about the Mlir-commits mailing list