[llvm] [LoopVectorizer] Add support for partial reductions (PR #92418)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 08:24:17 PDT 2024


================
@@ -293,6 +293,19 @@ struct FixedScalableVFPair {
   bool hasVector() const { return FixedVF.isVector() || ScalableVF.isVector(); }
 };
 
+struct PartialReductionChain {
----------------
fhahn wrote:

Document?

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


More information about the llvm-commits mailing list