[Mlir-commits] [mlir] 77cd1ad - [mlir][vector] Remove obsolete mask docs in transfer_write op (#71490)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Nov 7 10:10:56 PST 2023


Author: Lei Zhang
Date: 2023-11-07T10:10:52-08:00
New Revision: 77cd1ad727e83fe09387a85f351056a8bd1248f4

URL: https://github.com/llvm/llvm-project/commit/77cd1ad727e83fe09387a85f351056a8bd1248f4
DIFF: https://github.com/llvm/llvm-project/commit/77cd1ad727e83fe09387a85f351056a8bd1248f4.diff

LOG: [mlir][vector] Remove obsolete mask docs in transfer_write op (#71490)

The previous paragraph actually is the current definition
of the mask semantics.

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/Vector/IR/VectorOps.td

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td b/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
index e6189bce88f522b..bbff7e2d18b01b4 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.


        


More information about the Mlir-commits mailing list