[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:46 PDT 2025
================
@@ -3848,6 +3849,9 @@ class LLVM_ABI_FOR_TEST VPRegionBlock : public VPBlockBase {
/// Remove the current region from its VPlan, connecting its predecessor to
/// its entry, and its exiting block to its successor.
void dissolveToCFGLoop();
+
+ VPCanonicalIV *getCanonicalIV() { return CanIV; }
----------------
fhahn wrote:
Updated, thanks
https://github.com/llvm/llvm-project/pull/144803
More information about the llvm-commits
mailing list