public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][ARM] Fix reservation pattern in cortex-a9-neon.md
@ 2014-12-19  2:48 Xingxing Pan
  2014-12-19  9:52 ` James Greenhalgh
  0 siblings, 1 reply; 3+ messages in thread
From: Xingxing Pan @ 2014-12-19  2:48 UTC (permalink / raw)
  To: gcc-patches; +Cc: james.greenhalgh, ramana.radhakrishnan, richard.earnshaw

Hi,

This patch fix the reservation pattern of cortex_a9_neon_vmov in 
cortex-a9-neon.md.

Is it OK for trunk?

Regards,
Xingxing


     2014-12-19  Xingxing Pan <xxingpan@marvell.com>

         * config/arm/cortex-a9-neon.md (cortex_a9_neon_vmov): Change 
reservation
         from cortex_a8_neon_dp to cortex_a9_neon_dp.

diff --git a/gcc/config/arm/cortex-a9-neon.md 
b/gcc/config/arm/cortex-a9-neon.md
index 3ff93f9..5c02b32 100644
--- a/gcc/config/arm/cortex-a9-neon.md
+++ b/gcc/config/arm/cortex-a9-neon.md
@@ -376,7 +376,7 @@
  (define_insn_reservation "cortex_a9_neon_vmov" 3
    (and (eq_attr "tune" "cortexa9")
         (eq_attr "cortex_a9_neon_type" "neon_vmov"))
-  "cortex_a8_neon_dp")
+  "cortex_a9_neon_dp")

  ;; Instructions using this reservation read their (D|Q)n operands at N2,
  ;; their (D|Q)m operands at N1, their (D|Q)d operands at N3, and


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][ARM] Fix reservation pattern in cortex-a9-neon.md
  2014-12-19  2:48 [PATCH][ARM] Fix reservation pattern in cortex-a9-neon.md Xingxing Pan
@ 2014-12-19  9:52 ` James Greenhalgh
  2014-12-19 10:20   ` Xingxing Pan
  0 siblings, 1 reply; 3+ messages in thread
From: James Greenhalgh @ 2014-12-19  9:52 UTC (permalink / raw)
  To: Xingxing Pan; +Cc: gcc-patches, Ramana Radhakrishnan, Richard Earnshaw

On Fri, Dec 19, 2014 at 02:46:51AM +0000, Xingxing Pan wrote:
> Hi,
> 
> This patch fix the reservation pattern of cortex_a9_neon_vmov in 
> cortex-a9-neon.md.
> 
> Is it OK for trunk?

This patch is obvious, and fixes my typo.

I couldn't see your name or email address in the MAINTAINERS file, so
I've committed this under the "obvious" rule on your behalf as
revision 218895.

Thanks,
James

>      2014-12-19  Xingxing Pan <xxingpan@marvell.com>

Note that there should be two spaces between your name and email address,
as so:

2014-12-19  Xingxing Pan  <xxingpan@marvell.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][ARM] Fix reservation pattern in cortex-a9-neon.md
  2014-12-19  9:52 ` James Greenhalgh
@ 2014-12-19 10:20   ` Xingxing Pan
  0 siblings, 0 replies; 3+ messages in thread
From: Xingxing Pan @ 2014-12-19 10:20 UTC (permalink / raw)
  To: James Greenhalgh; +Cc: gcc-patches, Ramana Radhakrishnan, Richard Earnshaw

Brilliant!

Xingxing

On 19/12/2014 17:44, James Greenhalgh wrote:
> On Fri, Dec 19, 2014 at 02:46:51AM +0000, Xingxing Pan wrote:
>> Hi,
>>
>> This patch fix the reservation pattern of cortex_a9_neon_vmov in
>> cortex-a9-neon.md.
>>
>> Is it OK for trunk?
>
> This patch is obvious, and fixes my typo.
>
> I couldn't see your name or email address in the MAINTAINERS file, so
> I've committed this under the "obvious" rule on your behalf as
> revision 218895.
>
> Thanks,
> James
>
>>       2014-12-19  Xingxing Pan <xxingpan@marvell.com>
>
> Note that there should be two spaces between your name and email address,
> as so:
>
> 2014-12-19  Xingxing Pan  <xxingpan@marvell.com>
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-19  9:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-19  2:48 [PATCH][ARM] Fix reservation pattern in cortex-a9-neon.md Xingxing Pan
2014-12-19  9:52 ` James Greenhalgh
2014-12-19 10:20   ` Xingxing Pan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).