[Mlir-commits] [mlir] [mlir][x86vector] Wrapping `populateFlattenVectorTransferPatterns` as a transform pass. (PR #178134)
Arun Thangamani
llvmlistbot at llvm.org
Tue Jan 27 07:29:05 PST 2026
================
@@ -71,6 +71,17 @@ def ApplyShuffleVectorFMAOpsPatternsOp : Op<Transform_Dialect,
let assemblyFormat = "attr-dict";
}
+def ApplyFlattenVectorTransferOpsPatternsOp : Op<Transform_Dialect,
----------------
arun-thmn wrote:
This is in `x86vector` dialect for now. We are just calling the API `mlir::vector::populateFlattenVectorTransferPatterns` in the `vector` dialect.
Add an example in the x86vector dialect folder.
https://github.com/llvm/llvm-project/pull/178134
More information about the Mlir-commits
mailing list