[Bug tree-optimization/94898] Failure to optimize compare plus sub of same operands into compare

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 21 03:55:57 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94898

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The other transformation of "x_2 >= y_3 && x_2 != y_3" into "x_2 > y_3" is
already done by reassociation and has been done since 4.5.0.


More information about the Gcc-bugs mailing list