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

Graham Hunter via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 06:50:37 PDT 2024


================
@@ -27,6 +27,7 @@ struct VPWidenSelectRecipe;
 class VPReplicateRecipe;
 class VPRecipeBase;
 class VPlan;
+class VPPartialReductionRecipe;
----------------
huntergr-arm wrote:

nit: Can be removed now.

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


More information about the llvm-commits mailing list