[Mlir-commits] [mlir] [mlir][vector] add ApplyReorderMultiReductionDimsPatternsOp tests (PR #180977)

Andrzej WarzyƄski llvmlistbot at llvm.org
Fri Feb 13 00:31:50 PST 2026


================
@@ -138,6 +138,14 @@ void transform::ApplyLowerMultiReductionPatternsOp::populatePatterns(
       patterns, vectorTransformOptions.vectorMultiReductionLowering);
 }
 
+void transform::ApplyReorderAndExpandMultiReductionPatternsOp::populatePatterns(
+    RewritePatternSet &patterns) {
+  vector::VectorTransformsOptions vectorTransformOptions;
+  vectorTransformOptions.setVectorMultiReductionLowering(getLoweringStrategy());
+  vector::populateVectorMultiReductionTransformationPatterns(
----------------
banach-space wrote:

The name of `Apply*` and `populate*` should match.

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


More information about the Mlir-commits mailing list