https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113982
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Note, since PR95853 we also recognize bool(r > ~0ULL) as the check rather than bool(r >> 64).
jakub at gcc dot gnu.org via Gcc-bugs Fri, 10 May 2024 06:02:10 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113982
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Note, since PR95853 we also recognize bool(r > ~0ULL) as the check rather than bool(r >> 64).