[llvm] [VPlan] Add opcode to create step for wide inductions. (PR #119284)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 14 03:59:45 PDT 2025
================
@@ -865,6 +865,7 @@ class VPInstruction : public VPRecipeWithIRFlags,
CalculateTripCountMinusVF,
// Increment the canonical IV separately for each unrolled part.
CanonicalIVIncrementForPart,
+ WideIVStep,
----------------
fhahn wrote:
Thanks, also moved it to the end, let's keep all VPInstructionWithType opcodes there.
https://github.com/llvm/llvm-project/pull/119284
More information about the llvm-commits
mailing list