[llvm] [VPlan] Make canonical IV part of the region (PR #156262)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 16 08:27:04 PDT 2026
================
@@ -4895,13 +4874,15 @@ class VPlan {
return VPB;
}
- /// Create a new loop region with \p Name and entry and exiting blocks set
- /// to \p Entry and \p Exiting respectively, if set. The returned block is
- /// owned by the VPlan and deleted once the VPlan is destroyed.
- VPRegionBlock *createLoopRegion(const std::string &Name = "",
+ /// Create a new loop region with a canonical IV using \p CanIVTy and DL. Use
----------------
fhahn wrote:
updated thanks
https://github.com/llvm/llvm-project/pull/156262
More information about the llvm-commits
mailing list