[Bug tree-optimization/96685] Failure to optimize not+sub to add+not
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Dec 11 12:24:23 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96685
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I guess ~x + y as canonical form has another advantage, that + is commutative
while - is not.
More information about the Gcc-bugs
mailing list