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] Try to peephole2 QI *4 into SI on i386


On Mon, Mar 03, 2014 at 07:19:51PM -0800, Andrew Pinski wrote:
> On Mon, Mar 3, 2014 at 5:02 AM, lin zuojian <manjian2006@gmail.com> wrote:
> 
> Testcase?
> How about making a generic pass which does this?
> 
> See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23684 also.  At the
> same time this can be used to do the store pair optimization for
> ARM/AARCH64 too.

Yeah, I'll try to ressurrect my PR22141 patch after 4.9 branches, and would
appreciate if more people would cooperate in finding out the best heuristics
when it should be applied (for -Os it is usually clear, for non-strict align
targets and optimization for speed less so, for strict align targets even
less so).

	Jakub


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