Skip to content

Commit 57c381f

Browse files
committed
Improve doc
1 parent efeedbc commit 57c381f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,9 +2485,9 @@ def Vector_MaskOp : Vector_Op<"mask", [
24852485
terminator yields all results from the maskable operation to the result of
24862486
this operation. No other values are allowed to be yielded.
24872487

2488-
An empty `vector.mask` operation is legal to facilitate optimizations across
2489-
the `vector.mask` operation. However, it is considered a no-op regardless of
2490-
its returned values and will be removed by the canonicalizer.
2488+
An empty `vector.mask` operation is currently legal to enable optimizations
2489+
across the `vector.mask` region. However, this might change in the future
2490+
once vector transformations gain better support for `vector.mask`.
24912491

24922492
The vector mask argument holds a bit for each vector lane and determines
24932493
which vector lanes should execute the maskable operation and which ones

0 commit comments

Comments
 (0)