[Bug middle-end/94783] Abs-equivalent pattern is not recognized as abs

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri May 8 07:50:30 GMT 2020


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Fixed.  Note, GCC doesn't use a conditional move to expand abs, but that is
IMHO a good thing, conditional moves have long latencies.


More information about the Gcc-bugs mailing list