[llvm] [VPlan] Make canonical IV part of the region (PR #156262)

via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 8 15:29:52 PDT 2025


================
@@ -8455,6 +8454,7 @@ VPlanPtr LoopVectorizationPlanner::tryToBuildVPlanWithVPRecipes(
                             m_Specific(Plan->getCanonicalIV()), m_VPValue())) &&
----------------
ayalz wrote:

Above is another instance which could use `Plan->getCanonicalIVInv()`, possibly as a first step towards turning it into a region value.

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


More information about the llvm-commits mailing list