[Mlir-commits] [mlir] [mlir][x86vector] Wrapping `populateFlattenVectorTransferPatterns` as a transform pass. (PR #178134)
Arun Thangamani
llvmlistbot at llvm.org
Tue Jan 27 07:25:49 PST 2026
================
@@ -71,6 +71,17 @@ def ApplyShuffleVectorFMAOpsPatternsOp : Op<Transform_Dialect,
let assemblyFormat = "attr-dict";
}
+def ApplyFlattenVectorTransferOpsPatternsOp : Op<Transform_Dialect,
+ "apply_patterns.x86vector.flatten_vector_transfer_ops",
+ [DeclareOpInterfaceMethods<PatternDescriptorOpInterface>]> {
+ let description = [{
----------------
arun-thmn wrote:
Thanks. Exposed `targetVectorBitwidth` as an option.
https://github.com/llvm/llvm-project/pull/178134
More information about the Mlir-commits
mailing list