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

Erick Ochoa Lopez llvmlistbot at llvm.org
Tue Feb 17 12:43:47 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(
----------------
amd-eochoalo wrote:

https://github.com/llvm/llvm-project/pull/180977/commits/79fca5a1292610736d3c30a5ecd4691f46595a8d

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


More information about the Mlir-commits mailing list