[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 18:36:11 PDT 2025


================
@@ -2369,8 +2372,7 @@ void VPReductionEVLRecipe::print(raw_ostream &O, const Twine &Indent,
   O << " = ";
   getChainOp()->printAsOperand(O, SlotTracker);
   O << " +";
-  if (isa<FPMathOperator>(getUnderlyingInstr()))
----------------
ElvisWang123 wrote:

Add it back the prevent integer reduction test changes.

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


More information about the llvm-commits mailing list