[Mlir-commits] [mlir] [mlir] [vector] Add linearization pattern for vector.create_mask (PR #138214)
Diego Caballero
llvmlistbot at llvm.org
Tue May 6 16:29:30 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.
----------------
dcaballe wrote:
nit: 80-col format
https://github.com/llvm/llvm-project/pull/138214
More information about the Mlir-commits
mailing list