Re: [AARCH64] Split aarch64_simd_mov pattern

2013-05-07 Thread Marcus Shawcroft
OK /Marcus On 7 May 2013 09:44, Sofiane Naci wrote: > Hi, > > The attached patch is part of the ongoing work to enhance instruction > scheduling opportunities in AArch64. > > This patch splits 2 alternatives of the aarch64_simd_mov pattern, which used > to issue 2 consecutive instructions. > Test

[AARCH64] Split aarch64_simd_mov pattern

2013-05-07 Thread Sofiane Naci
Hi, The attached patch is part of the ongoing work to enhance instruction scheduling opportunities in AArch64. This patch splits 2 alternatives of the aarch64_simd_mov pattern, which used to issue 2 consecutive instructions. Tested successfully with a full aarch64-elf regression run. OK for trun