diff mbox

[AArch64] : Fix rtl type in aarch64.md.

Message ID 54EEBBAB.1010507@marvell.com
State New
Headers show

Commit Message

Xingxing Pan Feb. 26, 2015, 6:22 a.m. UTC
Hi,

This patch fix the type of mov<mode>_aarch64 in aarch64.md.
Is it OK for trunk?

Comments

Marcus Shawcroft Feb. 27, 2015, 8:30 a.m. UTC | #1
On 26 February 2015 at 06:22, Xingxing Pan <xxingpan@marvell.com> wrote:
> Hi,
>
> This patch fix the type of mov<mode>_aarch64 in aarch64.md.
> Is it OK for trunk?

OK, thank you /Marcus
Xingxing Pan Feb. 28, 2015, 1:29 a.m. UTC | #2
On 02/27/2015 04:30 PM, Marcus Shawcroft wrote:
> On 26 February 2015 at 06:22, Xingxing Pan <xxingpan@marvell.com> wrote:
>> Hi,
>>
>> This patch fix the type of mov<mode>_aarch64 in aarch64.md.
>> Is it OK for trunk?
>
> OK, thank you /Marcus
>

Hi,

Could someone help to apply the patch? Until now I don't have SVN write 
access.
James Greenhalgh Feb. 28, 2015, 8:39 a.m. UTC | #3
On Sat, Feb 28, 2015 at 01:29:15AM +0000, Xingxing Pan wrote:
> On 02/27/2015 04:30 PM, Marcus Shawcroft wrote:
> > On 26 February 2015 at 06:22, Xingxing Pan <xxingpan@marvell.com> wrote:
> >> This patch fix the type of mov<mode>_aarch64 in aarch64.md.
> >> Is it OK for trunk?
> >
> > OK, thank you /Marcus
> >
>
> Could someone help to apply the patch? Until now I don't have SVN write 
> access.

Thanks for the patch, I've committed it on your behalf as
revision 221075.

Cheers,
James
Xingxing Pan Feb. 28, 2015, 9:09 a.m. UTC | #4
On 02/28/2015 04:39 PM, James Greenhalgh wrote:
> On Sat, Feb 28, 2015 at 01:29:15AM +0000, Xingxing Pan wrote:
>> On 02/27/2015 04:30 PM, Marcus Shawcroft wrote:
>>> On 26 February 2015 at 06:22, Xingxing Pan <xxingpan@marvell.com> wrote:
>>>> This patch fix the type of mov<mode>_aarch64 in aarch64.md.
>>>> Is it OK for trunk?
>>>
>>> OK, thank you /Marcus
>>>
>>
>> Could someone help to apply the patch? Until now I don't have SVN write
>> access.
>
> Thanks for the patch, I've committed it on your behalf as
> revision 221075.
>
> Cheers,
> James
>

Thanks.
diff mbox

Patch

    [AArch64] Fix define_insn type in aarch64.md.
    
    2015-02-26  Xingxing Pan  <xxingpan@marvell.com>
    
        * config/aarch64/aarch64.md:
          (mov<mode>_aarch64): Change type to neon_to_gp<q>.

diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md
index 7103e0d..534a862 100644
--- a/gcc/config/aarch64/aarch64.md
+++ b/gcc/config/aarch64/aarch64.md
@@ -828,7 +828,7 @@ 
      }
 }
   [(set_attr "type" "mov_reg,mov_imm,mov_imm,load1,load1,store1,store1,\
-                     neon_from_gp<q>,neon_from_gp<q>, neon_dup")
+                     neon_to_gp<q>,neon_from_gp<q>,neon_dup")
    (set_attr "simd" "*,*,yes,*,*,*,*,yes,yes,yes")]
 )