[Bug tree-optimization/125738] `a/b==0` can be simplified into a > b when a and b are non-negative
acoplan at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jun 11 10:49:24 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125738
Alex Coplan <acoplan at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |acoplan at gcc dot gnu.org
--- Comment #1 from Alex Coplan <acoplan at gcc dot gnu.org> ---
Shouldn't it be a < b?
More information about the Gcc-bugs
mailing list