[llvm] [VPlan] Change parent of VPReductionRecipe to VPRecipeWithIRFlags. NFC (PR #130881)

Elvis Wang via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 16 21:38:07 PDT 2025


================
@@ -2295,21 +2297,23 @@ class VPReductionRecipe : public VPSingleDefRecipe {
 
 protected:
   VPReductionRecipe(const unsigned char SC, const RecurrenceDescriptor &R,
-                    Instruction *I, ArrayRef<VPValue *> Operands,
-                    VPValue *CondOp, bool IsOrdered, DebugLoc DL)
-      : VPSingleDefRecipe(SC, Operands, I, DL), RdxDesc(R),
+                    FastMathFlags FMF, Instruction *I,
----------------
ElvisWang123 wrote:

Removed, thanks!
This can be removed temporary after adding checks of the underlying instruction.

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


More information about the llvm-commits mailing list