https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125477
--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> --- The issue is that we try to version an outer loop but loop_version fails as we cannot copy it as there's the abnormal dispatcher inside it. We can fix that easily.
