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

James Newling llvmlistbot at llvm.org
Wed May 7 10:10:50 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.
----------------
newling wrote:

I think for this shouldn't be restricted to 2D masks only 

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


More information about the Mlir-commits mailing list