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", [
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
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments