[Mlir-commits] [mlir] [mlir][vector] Add folders for full constant transfer masks (PR #71676)

Diego Caballero llvmlistbot at llvm.org
Wed Nov 8 22:57:34 PST 2023


================
@@ -5601,6 +5622,22 @@ LogicalResult ConstantMaskOp::verify() {
   return success();
 }
 
+bool ConstantMaskOp::isFullMask() {
----------------
dcaballe wrote:

I would call this `isAllOnesMask` or similar to align with terminology used  in other places.

https://github.com/llvm/llvm-project/pull/71676


More information about the Mlir-commits mailing list