[llvm] [VPlan] Only store RecurKind + FastMathFlags in VPReductionRecipe. NFCI (PR #131300)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 19 02:48:15 PDT 2025


================
@@ -411,8 +411,8 @@ Value *createSimpleReduction(IRBuilderBase &B, Value *Src,
                              RecurKind RdxKind);
 /// Overloaded function to generate vector-predication intrinsics for
 /// reduction.
-Value *createSimpleReduction(VectorBuilder &VB, Value *Src,
-                             const RecurrenceDescriptor &Desc);
+Value *createSimpleReduction(VectorBuilder &VB, Value *Src, RecurKind RdxKind,
----------------
fhahn wrote:

Thanks! I originally meant to split off the changes to update the interfaces in LoopUtils in general to not take the recurrence descriptor directly, which could also be done separately.

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


More information about the llvm-commits mailing list