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]: btver2 pipeline descriptions.


On Thu, Jan 17, 2013 at 8:17 AM, Kumar, Venkataramanan
<Venkataramanan.Kumar@amd.com> wrote:
> Hi Maintainers,
>
> This patch adds pipeline descriptions for -march=btver2.
>
> Completed bootstrap and  gcc regression test passes with  r194705
>
> Is this ok for trunk?
>
>
> Change log
> --------------
> 2013-01-17  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
>
>         btver2 pipeline descriptions
>         * config/i386/i386.c : Enable CPU_BTVER2 to use btver2 pipeline descriptions.
>         * config/i386/i386.md (btver2_decode) : New type attributes.
>         * config/i386/sse.md (btver2_decode, btver2_sse_attr): New type attributes.
>         * config/i386/btver2.md: New file describing btver2 pipelines.

As agreed previously, tuning patch looks safe even this late in the game.

So, OK for mainline, unless RMs veto this decision.

-  [(set_attr "type" "bitmanip")
+  [(set_attr "type" "bitmanip,bitmanip")

No need for this change (in a couple of places).

Uros.


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