https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112857
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> --- careful about overflow. Also note compares against zero might be cheaper (but that's eventually an RTL expansion thing).
rguenth at gcc dot gnu.org via Gcc-bugs Mon, 04 Dec 2023 23:47:10 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112857
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> --- careful about overflow. Also note compares against zero might be cheaper (but that's eventually an RTL expansion thing).