[llvm] [VPlan] Implement interleaving as VPlan-to-VPlan transform. (PR #95842)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 13:03:38 PDT 2024
================
@@ -2827,6 +2846,9 @@ class VPScalarIVStepsRecipe : public VPRecipeWithIRFlags {
"Op must be an operand of the recipe");
return true;
}
+
+ /// Return the current part for this scalar step.
----------------
fhahn wrote:
This is the in `VPScalarIVStepsRecipe`, so this should be the only place to mentioned scalar steps I think
https://github.com/llvm/llvm-project/pull/95842
More information about the llvm-commits
mailing list