[Mlir-commits] [mlir] [mlir][x86vector] Wrapping `populateFlattenVectorTransferPatterns` as a transform pass. (PR #178134)
Adam Siemieniuk
llvmlistbot at llvm.org
Wed Jan 28 01:58:30 PST 2026
================
@@ -71,6 +71,17 @@ def ApplyShuffleVectorFMAOpsPatternsOp : Op<Transform_Dialect,
let assemblyFormat = "attr-dict";
}
+def ApplyFlattenVectorTransferOpsPatternsOp : Op<Transform_Dialect,
----------------
adam-smnk wrote:
Is there any reason why it can't go to the vector dialect?
The op already purely wraps a vector functionality.
Putting it here only hurts future discoverability.
https://github.com/llvm/llvm-project/pull/178134
More information about the Mlir-commits
mailing list