[llvm] [VPlan] Add opcode to create step for wide inductions. (PR #119284)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 13 13:41:41 PDT 2025


================
@@ -865,6 +865,7 @@ class VPInstruction : public VPRecipeWithIRFlags,
     CalculateTripCountMinusVF,
     // Increment the canonical IV separately for each unrolled part.
     CanonicalIVIncrementForPart,
+    WideIVStep,
----------------
lukel97 wrote:

Nit, add a doc comment explaining the operands?

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


More information about the llvm-commits mailing list