https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52802
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu.org Component|rtl-optimization |middle-end --- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I wonder if we could change `a <= 7` back to `a < 8` in isel if we notice we do another comparison in either branch against `a` and `8`.