[llvm] [VPlan] Delay adding canonical IV increment and exit branches. (PR #82270)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 15 11:23:23 PDT 2024
https://github.com/ayalz commented:
Worth starting with delaying the introduction of canonicalIVIncrement alone, while keeping a terminating branch (existing branch-on-count or introducing some other branch, temporarily)? This seems to provide substantial incremental improvement while incurring smaller changes, i.e., w/o affecting VPlanVerifier or introducing IsAbstract.
Delaying the introduction of the loop-region-closing branch may deserve separate attention.
https://github.com/llvm/llvm-project/pull/82270
More information about the llvm-commits
mailing list