[llvm] [VPlan] Implement interleaving as VPlan-to-VPlan transform. (PR #95842)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 15 06:26:06 PDT 2024
================
@@ -1969,6 +1984,9 @@ class VPWidenPointerInductionRecipe : public VPHeaderPHIRecipe {
/// Returns the induction descriptor for the recipe.
const InductionDescriptor &getInductionDescriptor() const { return IndDesc; }
+ /// Return the unroll part for this reduction phi.
----------------
fhahn wrote:
Fixed, thanks!
https://github.com/llvm/llvm-project/pull/95842
More information about the llvm-commits
mailing list