Skip to content

Commit 2da41ac

Browse files
committed
Add TODO
1 parent 1391701 commit 2da41ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2488,6 +2488,7 @@ def Vector_MaskOp : Vector_Op<"mask", [
24882488
An empty `vector.mask` operation is currently legal to enable optimizations
24892489
across the `vector.mask` region. However, this might change in the future
24902490
once vector transformations gain better support for `vector.mask`.
2491+
TODO: Consider making empty `vector.mask` illegal.
24912492

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

0 commit comments

Comments
 (0)