[Mlir-commits] [mlir] [mlir][vector] Add folders for full constant transfer masks (PR #71676)
    Quinn Dawkins 
    llvmlistbot at llvm.org
       
    Wed Nov  8 23:39:33 PST 2023
    
    
  
================
@@ -5601,6 +5622,22 @@ LogicalResult ConstantMaskOp::verify() {
   return success();
 }
 
+bool ConstantMaskOp::isFullMask() {
+  auto resultType = getVectorType();
----------------
qedawkins wrote:
Do you happen to know where those utilities are? I poked around and couldn't find anything.
https://github.com/llvm/llvm-project/pull/71676
    
    
More information about the Mlir-commits
mailing list