https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65950
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|lto |middle-end Summary|Loop is not vectorized |function becomes unlikely |with lto. |with -fwhole-program --- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Richard Biener from comment #3) > Do we eventually think the loop is cold? Looks like we think the function is cold: unlikely_executed. Note -fwhole-program is enough to have it also become unlikely.