[llvm] [VPlan] Make canonical IV part of the region (PR #156262)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 14 14:20:31 PDT 2026
================
@@ -2229,6 +2222,9 @@ class VPVectorPointerRecipe : public VPRecipeWithIRFlags {
/// * VPReductionPHIRecipe
/// * VPActiveLaneMaskPHIRecipe
/// * VPEVLBasedIVPHIRecipe
+///
+/// Note that the canonical IV is modeled as a VPRegionValue associated with
+/// lop regions.
----------------
fhahn wrote:
Should be fixed, thanks
https://github.com/llvm/llvm-project/pull/156262
More information about the llvm-commits
mailing list