[Bug tree-optimization/95821] Failure to optimize strchr to use memchr for string constant

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jun 22 17:20:06 GMT 2020


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

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

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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
For -Os that is an undesirable change because it makes the code larger.  But
otherwise yes, seems useful.


More information about the Gcc-bugs mailing list