[llvm] [VPlan] Delay adding canonical IV increment. (PR #82270)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 13 03:12:20 PST 2024
================
@@ -7674,6 +7674,17 @@ DenseMap<const SCEV *, Value *> LoopVectorizationPlanner::executePlan(
// TODO: Move to VPlan transform stage once the transition to the VPlan-based
// cost model is complete for better cost estimates.
----------------
fhahn wrote:
It refers to the VPlan transforms below, I moved down and clarified.
https://github.com/llvm/llvm-project/pull/82270
More information about the llvm-commits
mailing list