================ @@ -2592,11 +2592,23 @@ void ARMTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, return; } + bool Runtime = true; + if (ST->hasLOB()) { ---------------- VladiKrapp-Arm wrote: Done. https://github.com/llvm/llvm-project/pull/120065