[Mlir-commits] [mlir] [mlir] Interface-ify updating starting positions on vector.transfer_* (PR #195186)
Krzysztof Drewniak
llvmlistbot at llvm.org
Mon May 4 08:33:39 PDT 2026
================
@@ -135,7 +135,8 @@ def VectorTransferOpInterface : OpInterface<"VectorTransferOpInterface"> {
InterfaceMethod<
/*desc=*/[{
Return the indices that specify the starting offsets into the source
- operand. The starting offsets are guaranteed to be in-bounds.
+ operand. The starting offsets are guaranteed to be in-bounds except
+ when the transfer operation is masked.
----------------
krzysz00 wrote:
Done
https://github.com/llvm/llvm-project/pull/195186
More information about the Mlir-commits
mailing list