[Bug tree-optimization/15348] [tree-ssa] Convert (x < 0) || (y < 0) into (x | y) < 0.

dimhen at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Mar 11 07:06:16 GMT 2020


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

Dmitry G. Dyachenko <dimhen at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dimhen at gmail dot com

--- Comment #4 from Dmitry G. Dyachenko <dimhen at gmail dot com> ---
x86_64 r10-7080 for me produce identical code
-- c#0 with -O2
-- c#1 with -O


More information about the Gcc-bugs mailing list