This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix node weight updates during ipa-cp (issue7812053)


On Mon, Apr 29, 2013 at 10:31 AM, Teresa Johnson <tejohnson@google.com> wrote:
> FYI, Fixed in r198416.
>
> Thanks,
> Teresa
>

I noticed that sometimes GCC generates:

_8 = memcpy (ret_6, s_2(D), len_4);
_8 = memcpy (ret_6, s_2(D), len_4);
memcpy (_17, buffer_12(D), add_16);
memcpy (_17, buffer_12(D), add_16);
memcpy (_25, _28, _27);
memcpy (_25, _28, _27);
memcpy (_39, buffer_2, len_4);
memcpy (_39, buffer_2, len_4);
memcpy (_16, &fillbuf, pad_1);
memcpy (_16, &fillbuf, pad_1);
...



--
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]