[Mlir-commits] [mlir] [mlir][Vector] Move `vector.mask` canonicalization to folder (PR #140324)
Diego Caballero
llvmlistbot at llvm.org
Tue May 20 18:15:26 PDT 2025
================
@@ -2559,7 +2559,7 @@ def Vector_MaskOp : Vector_Op<"mask", [
Location loc);
}];
- let hasCanonicalizer = 1;
+ let hasCanonicalizer = 0;
----------------
dcaballe wrote:
Yes, I'm adding that back in my next PR but I removed it from now.
https://github.com/llvm/llvm-project/pull/140324
More information about the Mlir-commits
mailing list