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] i386: Restore Skylake SImode hard register store cost


On Wed, Sep 18, 2019 at 8:06 PM H.J. Lu <hjl.tools@gmail.com> wrote:
>
> On Skylake, we should move integer register to SSE register without
> going through memory.  This patch restores Skylake SImode hard register
> store cost to 6.
>
> gcc/
>
> PR target/90878
> * config/i386/x86-tune-costs.h (skylake_cost): Restore SImode
> hard register store cost to 6.
>
> gcc/testsuite/
>
> PR target/90878
> * gcc.target/i386/pr90878.c: New test.
>
> OK for trunk?

OK, as with your previous patch.

Thanks,
Uros.


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