> PING^1
OK,
thanks!
Honza
>
> On 08/13/2018 02:27 PM, Martin Liška wrote:
> > Hi.
> >
> > i386 target uses hint-based expansion of memcpy-like and memset-like
> > functions.
> > I would like to add a test in order to cover the functionality.
> >
> > Ready for trunk?
> > Martin
> >
> > gcc/ChangeLog:
> >
> > 2018-08-13 Martin Liska <mli...@suse.cz>
> >
> > * config/i386/i386.c (ix86_expand_set_or_movmem): Dump
> > selected expansion strategy.
> >
> > gcc/testsuite/ChangeLog:
> >
> > 2018-08-13 Martin Liska <mli...@suse.cz>
> >
> > * gcc.dg/tree-prof/val-prof-10.c: New test.
> > ---
> > gcc/config/i386/i386.c | 5 ++++
> > gcc/testsuite/gcc.dg/tree-prof/val-prof-10.c | 31 ++++++++++++++++++++
> > 2 files changed, 36 insertions(+)
> > create mode 100644 gcc/testsuite/gcc.dg/tree-prof/val-prof-10.c
> >
> >
>