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] add reassociation width target function for power8


Hi Aaron,

On Wed, May 04, 2016 at 11:20:12AM -0500, Aaron Sawdey wrote:
> This patch enables TARGET_SCHED_REASSOCIATION_WIDTH for power8 and up.
> The widths returned are derived from testing with SPEC 2006 and some
> simple tests on power8.
> 
> Bootstrapped and regtested on powerpc64le-unknown-linux-gnu, ok for
> trunk?
> 
> 2016-05-04  Aaron Sawdey <acsawdey@linux.vnet.ibm.com>

Two spaces before the email address.

>         * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
>         function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
>         parallel reassociation for power8 and forward.

This is okay for trunk.  Thanks,


Segher


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