https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120560
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2 --- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #2) > >We have eliminated the exit in EVRP, it's input was > > > I thought if we elimintate the loop exit, you need to `reset number of > iteration information of the loop.` Like what was done in > r15-5916-gb7c69cc072ef0d for PHI-OPT. Yes, though I'm not sure this is what's the issue here.