We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1391701 commit 2da41acCopy full SHA for 2da41ac
mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
@@ -2488,6 +2488,7 @@ def Vector_MaskOp : Vector_Op<"mask", [
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
+ TODO: Consider making empty `vector.mask` illegal.
2492
2493
The vector mask argument holds a bit for each vector lane and determines
2494
which vector lanes should execute the maskable operation and which ones
0 commit comments