https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112090
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Also for `1 >> x` it should just be turned into `x == 0` instead but that is PR 102705 .
pinskia at gcc dot gnu.org via Gcc-bugs Sat, 02 Nov 2024 19:50:40 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112090
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Also for `1 >> x` it should just be turned into `x == 0` instead but that is PR 102705 .