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

via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 22 14:27:44 PDT 2026


================
@@ -509,8 +528,6 @@ static void createExtractsForLiveOuts(VPlan &Plan, VPBasicBlock *MiddleVPBB) {
   }
 }
 
-/// Return an iterator range to iterate over pairs of matching phi nodes in
-/// \p Header and \p ScalarHeader, skipping the canonical IV in the former.
----------------
ayalz wrote:

Good to retain the documentation as well.

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


More information about the llvm-commits mailing list