[Mlir-commits] [mlir] [mlir][vector] Update the internal representation of in_bounds (PR #100336)
Benjamin Maxwell
llvmlistbot at llvm.org
Tue Aug 13 09:49:13 PDT 2024
================
@@ -98,7 +98,7 @@ def VectorTransferOpInterface : OpInterface<"VectorTransferOpInterface"> {
dimension whether it is in-bounds or not. (Broadcast dimensions are
always in-bounds).
}],
- /*retTy=*/"::mlir::ArrayAttr",
----------------
MacDue wrote:
Not changed in this PR, but I think `.getInBoundsValues()` can be removed in favor of `.getInBounds()` since it now just returns an ArrayRef<bool>
https://github.com/llvm/llvm-project/pull/100336
More information about the Mlir-commits
mailing list