[Mlir-commits] [mlir] [mlir] [vector] Add linearization pattern for vector.create_mask (PR #138214)

Nishant Patel llvmlistbot at llvm.org
Mon May 12 16:00:00 PDT 2025


================
@@ -445,6 +445,64 @@ struct LinearizeVectorSplat final
   }
 };
 
+/// This pattern converts the CreateMaskOp to work on a
+/// linearized vector. The pattern currently
+/// supports only 2D masks with a unit outer dimension.
----------------
nbpatel wrote:

I'd like to do it as a follow up PR, if thats ok with you

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


More information about the Mlir-commits mailing list