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

2015-02-28 Thread Xingxing Pan
On 02/28/2015 04:39 PM, James Greenhalgh wrote: On Sat, Feb 28, 2015 at 01:29:15AM +, Xingxing Pan wrote: On 02/27/2015 04:30 PM, Marcus Shawcroft wrote: On 26 February 2015 at 06:22, Xingxing Pan wrote: This patch fix the type of mov_aarch64 in aarch64.md. Is it OK for trunk? OK, thank

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

2015-02-28 Thread James Greenhalgh
On Sat, Feb 28, 2015 at 01:29:15AM +, Xingxing Pan wrote: > On 02/27/2015 04:30 PM, Marcus Shawcroft wrote: > > On 26 February 2015 at 06:22, Xingxing Pan wrote: > >> This patch fix the type of mov_aarch64 in aarch64.md. > >> Is it OK for trunk? > > > > OK, thank you /Marcus > > > > Could some

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

2015-02-27 Thread Xingxing Pan
On 02/27/2015 04:30 PM, Marcus Shawcroft wrote: On 26 February 2015 at 06:22, Xingxing Pan wrote: Hi, This patch fix the type of mov_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. --

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

2015-02-27 Thread Marcus Shawcroft
On 26 February 2015 at 06:22, Xingxing Pan wrote: > Hi, > > This patch fix the type of mov_aarch64 in aarch64.md. > Is it OK for trunk? OK, thank you /Marcus

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

2015-02-25 Thread Xingxing Pan
Hi, This patch fix the type of mov_aarch64 in aarch64.md. Is it OK for trunk? -- Regards, Xingxing [AArch64] Fix define_insn type in aarch64.md. 2015-02-26 Xingxing Pan * config/aarch64/aarch64.md: (mov_aarch64): Change type to neon_to_gp. diff --git a/gcc