[llvm] [LoopVectorizer] Add support for partial reductions (PR #92418)
    Sam Tebbs via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jul 19 09:19:41 PDT 2024
    
    
  
================
@@ -1915,23 +1917,27 @@ class VPReductionPHIRecipe : public VPHeaderPHIRecipe {
   /// The phi is part of an ordered reduction. Requires IsInLoop to be true.
   bool IsOrdered;
 
+  /// The amount that the VF should be divided by during ::execute
+  unsigned VFScaleFactor = 1;
----------------
SamTebbs33 wrote:
Done.
https://github.com/llvm/llvm-project/pull/92418
    
    
More information about the llvm-commits
mailing list