[Bug middle-end/53081] memcpy/memset loop recognition

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Apr 23 08:19:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53081

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

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

--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-04-23 08:18:42 UTC ---
Note that -ftree-loop-distribution for some weird reason only handles clearing,
but not initialization by arbitrary constants that are convertible to memset
(i.e. all bytes have the same constant stored, such as 0x0a0a0a0a etc.).



More information about the Gcc-bugs mailing list