[llvm] [VPlan] Change parent of VPReductionRecipe to VPRecipeWithIRFlags. NFC (PR #130881)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 15 20:30:58 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()))
----------------
lukel97 wrote:
Not major but if we add back the isa<FPMathOperator> check then we remove the diff for the integer reduction test
https://github.com/llvm/llvm-project/pull/130881
More information about the llvm-commits
mailing list