This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, x86] Use vector moves in memmove expanding
- From: "Michael V. Zolotukhin" <michael dot v dot zolotukhin at gmail dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Jan Hubicka <hubicka at ucw dot cz>, "H.J. Lu" <hjl dot tools at gmail dot com>, Eric Botcazou <ebotcazou at adacore dot com>, Kirill Yukhin <kirill dot yukhin at gmail dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>, Ond??ej B?lka <neleai at seznam dot cz>, Uros Bizjak <ubizjak at gmail dot com>
- Date: Mon, 9 Sep 2013 13:23:29 +0400
- Subject: Re: [PATCH, x86] Use vector moves in memmove expanding
- Authentication-results: sourceware.org; auth=none
- References: <CAMe9rOrphfykcfD5FApBH-Bp-Wuu8eu7qFQ+256fMgdT0WJcAA at mail dot gmail dot com> <CANtU079EYp6MH1ZhXVFk9gtC19dCMq37tDer8unwqh65fKy-pg at mail dot gmail dot com> <20130909072317 dot GA53568 at msticlxl57 dot ims dot intel dot com> <20130909072434 dot GA21984 at kam dot mff dot cuni dot cz> <20130909074205 dot GB53568 at msticlxl57 dot ims dot intel dot com> <20130909074643 dot GC1817 at tucnak dot redhat dot com> <20130909075249 dot GC53568 at msticlxl57 dot ims dot intel dot com> <20130909075902 dot GD1817 at tucnak dot redhat dot com> <20130909090912 dot GD53568 at msticlxl57 dot ims dot intel dot com> <20130909091318 dot GE1817 at tucnak dot redhat dot com>
> Please don't introduce new *.x files, for tests where you need something
> like that just stick it into gcc.dg/torture/ instead and use normal dg stuff
> in there.
Thanks, fixed. Ok to commit?
Changelog:
gcc:
2013-09-09 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
* config/i386/i386.c (ix86_expand_movmem): Fix epilogue generation.
gcc/testsuite:
2013-09-09 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
* gcc.dg/torture/memcpy-1.c: New test.
Michael
> Jakub
Attachment:
memcpy_epilogue_fix-4.patch
Description: Text document
- References:
- Re: [PATCH, x86] Use vector moves in memmove expanding
- Re: [PATCH, x86] Use vector moves in memmove expanding
- Re: [PATCH, x86] Use vector moves in memmove expanding
- From: Michael V. Zolotukhin
- Re: [PATCH, x86] Use vector moves in memmove expanding
- Re: [PATCH, x86] Use vector moves in memmove expanding
- From: Michael V. Zolotukhin
- Re: [PATCH, x86] Use vector moves in memmove expanding
- Re: [PATCH, x86] Use vector moves in memmove expanding
- From: Michael V. Zolotukhin
- Re: [PATCH, x86] Use vector moves in memmove expanding
- Re: [PATCH, x86] Use vector moves in memmove expanding
- From: Michael V. Zolotukhin
- Re: [PATCH, x86] Use vector moves in memmove expanding