[Mlir-commits] [mlir] [mlir][vector] Wrapping `populateFlattenVectorTransferPatterns` as a transform pass. (PR #178134)

Arun Thangamani llvmlistbot at llvm.org
Fri Jan 30 19:49:52 PST 2026


================
@@ -71,6 +71,17 @@ def ApplyShuffleVectorFMAOpsPatternsOp : Op<Transform_Dialect,
   let assemblyFormat = "attr-dict";
 }
 
+def ApplyFlattenVectorTransferOpsPatternsOp : Op<Transform_Dialect,
----------------
arun-thmn wrote:

Moved the change under `vector` dialect. Should be fine now.

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


More information about the Mlir-commits mailing list