================
@@ -293,6 +293,19 @@ struct FixedScalableVFPair {
bool hasVector() const { return FixedVF.isVector() || ScalableVF.isVector(); }
};
+struct PartialReductionChain {
----------------
SamTebbs33 wrote:
Done.
https://github.com/llvm/llvm-project/pull/92418