================
@@ -3388,6 +3411,7 @@ class VPlan {
/// Returns VF * UF of the vector loop region.
VPValue &getVFxUF() { return VFxUF; }
+ VPValue &getVF() { return VF; }
----------------
fhahn wrote:
Applied to #95305
https://github.com/llvm/llvm-project/pull/95842