[llvm] [LV] Optimize VPWidenIntOrFpInductionRecipe for known TC (PR #118828)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 17 04:08:59 PDT 2025
================
@@ -1805,6 +1805,9 @@ class VPWidenIntOrFpInductionRecipe : public VPWidenInductionRecipe {
VPSlotTracker &SlotTracker) const override;
#endif
+ /// Update the step value of the recipe.
+ void setStepValue(VPValue *V) { setOperand(1, V); }
+
----------------
fhahn wrote:
can you move this to `VPWidenInductionRecipe`, after `getStepValue?
https://github.com/llvm/llvm-project/pull/118828
More information about the llvm-commits
mailing list