[llvm] [VPlan] Add VPInstruction::StepVector and use it in VPWidenIntOrFpInductionRecipe (PR #129508)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 29 05:58:41 PDT 2025
================
@@ -1094,6 +1093,12 @@ void VPInstructionWithType::execute(VPTransformState &State) {
State.set(this, Cast, VPLane(0));
break;
}
+ case VPInstruction::StepVector: {
----------------
david-arm wrote:
Do we need to add this to VPInstruction::computeCost?
https://github.com/llvm/llvm-project/pull/129508
More information about the llvm-commits
mailing list