File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
mlir/include/mlir/Dialect/Vector/IR Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2485,9 +2485,9 @@ def Vector_MaskOp : Vector_Op<"mask", [
2485
2485
terminator yields all results from the maskable operation to the result of
2486
2486
this operation. No other values are allowed to be yielded.
2487
2487
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` .
2491
2491
2492
2492
The vector mask argument holds a bit for each vector lane and determines
2493
2493
which vector lanes should execute the maskable operation and which ones
You can’t perform that action at this time.
0 commit comments