From b41dd4e0d5cae382a8a04412d971ad05b2022595 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 6 Nov 2023 22:15:25 -0800 Subject: [PATCH] [mlir][vector] Remove obsolete mask docs in transfer_write op --- mlir/include/mlir/Dialect/Vector/IR/VectorOps.td | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td b/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td index e6189bce88f52..bbff7e2d18b01 100644 --- a/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td +++ b/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td @@ -1455,10 +1455,6 @@ def Vector_TransferWriteOp : any permutation. Elements whose corresponding mask element is `0` are masked out. - An optional SSA value `mask` of the same shape as the vector type may be - specified to mask out elements. Elements whose corresponding mask element - is `0` are masked out. - An optional boolean array attribute `in_bounds` specifies for every vector dimension if the transfer is guaranteed to be within the source bounds. If specified, the `in_bounds` array length has to be equal to the vector rank.