[Bug tree-optimization/106420] Missed optimization for comparisons

crazylht at gmail dot com gcc-bugzilla@gcc.gnu.org
Mon Jul 25 02:12:50 GMT 2022


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

Hongtao.liu <crazylht at gmail dot com> changed:

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

--- Comment #2 from Hongtao.liu <crazylht at gmail dot com> ---

> Although the expression a > 7 || b > 7 is the same as (a | b) > 7, the
Shoudn't the optimization be available for unsigned type only?


More information about the Gcc-bugs mailing list