[Mlir-commits] [mlir] [mlir][Vector] Move `vector.mask` canonicalization to folder (PR #140324)

Kunwar Grover llvmlistbot at llvm.org
Tue May 20 17:58:21 PDT 2025


================
@@ -2559,7 +2559,7 @@ def Vector_MaskOp : Vector_Op<"mask", [
                                  Location loc);
   }];
 
-  let hasCanonicalizer = 1;
+  let hasCanonicalizer = 0;
----------------
Groverkss wrote:

Do we need this line anymore? I thibk we can remove it.

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


More information about the Mlir-commits mailing list