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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 24 09:07:09 PST 2024


================
@@ -63,6 +86,11 @@ class VPRecipeBuilder {
   /// created.
   SmallVector<VPHeaderPHIRecipe *, 4> PhisToFix;
 
+  /// The set of reduction exit instructions that will be scaled to
+  /// a smaller VF via partial reductions. paired with the scaling factor.
----------------
fhahn wrote:

```suggestion
  /// a smaller VF via partial reductions, paired with the scaling factor.
```

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


More information about the llvm-commits mailing list