https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104986
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |missed-optimization --- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- This is peeling leaving us with unreachable code we warn on and somehow while figuring prephitmp_30 + -6 is -1 we don't figure nb_58 is zero on the path to bb9. I think I've seen this backward-forward dependency issue with ranger before in another missed optimization PR.