[Bug middle-end/88784] Middle end is missing some optimizations about unsigned

ffengqi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon May 6 07:10:00 GMT 2019


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

Qi Feng <ffengqi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ffengqi at gcc dot gnu.org

--- Comment #2 from Qi Feng <ffengqi at gcc dot gnu.org> ---
I tried some modifications in and_comparisons_1 and or_comparisons_1. It seems
that `||' is transformed to `&&' somewhere. And that makes the changes in
or_comparisons_1 noneffective. Should I find the place where the transformation
happens and make changes before that?


More information about the Gcc-bugs mailing list