[Mlir-commits] [mlir] [mlir][vector] Wrapping `populateFlattenVectorTransferPatterns` as a transform pass. (PR #178134)
Adam Siemieniuk
llvmlistbot at llvm.org
Fri Feb 6 01:40:24 PST 2026
================
@@ -227,6 +227,12 @@ void transform::ApplySinkVectorMemPatternsOp::populatePatterns(
vector::populateSinkVectorMemOpsPatterns(patterns);
}
+void mlir::transform::ApplyFlattenVectorTransferOpsPatternsOp::populatePatterns(
----------------
adam-smnk wrote:
nit: skip `mlir::` for consistency with others
https://github.com/llvm/llvm-project/pull/178134
More information about the Mlir-commits
mailing list