[Mlir-commits] [mlir] [mlir][vector] Replace OneDimMultiReductionToTwoDim with OneDimMultiReductionToReduction (PR #184241)
Erick Ochoa Lopez
llvmlistbot at llvm.org
Wed Mar 4 07:57:23 PST 2026
================
@@ -89,6 +83,10 @@ void populateVectorMultiReductionFlatteningPatterns(
/// Populate the pattern set with the following patterns:
///
+/// [OneDimMultiReductionToReduction]
+/// Converts 1-D vector.multi_reduction directly to vector.reduction.
+/// This is the terminal case for unrolling.
----------------
amd-eochoalo wrote:
I simplified it a bit: https://github.com/llvm/llvm-project/pull/184241/commits/0e646894c3b0df4c31d189a48000b7ac7372a1ab
https://github.com/llvm/llvm-project/pull/184241
More information about the Mlir-commits
mailing list