[llvm] [VPlan] Make CanIV part of region. (PR #144803)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 10 05:12:54 PDT 2025
================
@@ -3776,12 +3760,29 @@ class LLVM_ABI_FOR_TEST VPRegionBlock : public VPBlockBase {
Entry->setParent(this);
Exiting->setParent(this);
}
- VPRegionBlock(const std::string &Name = "", bool IsReplicator = false)
+ VPRegionBlock(VPBlockBase *Entry, VPBlockBase *Exiting, VPCanonicalIV *CanIV,
----------------
ayalz wrote:
```suggestion
VPRegionBlock(VPBlockBase *Entry, VPBlockBase *Exiting, VPCanonicalIV *CanIV,
```
https://github.com/llvm/llvm-project/pull/144803
More information about the llvm-commits
mailing list