[llvm] [VPlan] Make CanIV part of region. (PR #144803)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 25 14:29:48 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,
----------------
fhahn wrote:

done thanks

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


More information about the llvm-commits mailing list