[llvm] [VPlan] Implement interleaving as VPlan-to-VPlan transform. (PR #95842)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 04:53:50 PDT 2024


================
@@ -2920,6 +2966,14 @@ void VPWidenPointerInductionRecipe::print(raw_ostream &O, const Twine &Indent,
   O << " = WIDEN-POINTER-INDUCTION ";
   getStartValue()->printAsOperand(O, SlotTracker);
   O << ", " << *IndDesc.getStep();
+  if (getNumOperands() == 5) {
----------------
fhahn wrote:

Assert added above, thanks!

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


More information about the llvm-commits mailing list