================
@@ -3380,6 +3387,8 @@ class VPlan {
/// Returns VF * UF of the vector loop region.
VPValue &getVFxUF() { return VFxUF; }
+ VPValue *getVF() { return &VF; };
----------------
fhahn wrote:
Updated, thanks!
https://github.com/llvm/llvm-project/pull/95305