Re: [AARCH64] Split movtf_aarch64 pattern

2013-05-08 Thread Marcus Shawcroft
On 30/04/13 16:27, Sofiane Naci wrote: Hi, The attached patch is part of the ongoing work to enhance instruction scheduling opportunities in AArch64. This patch splits a few alternatives of the movtf_aarch64 pattern, which used to issue 2 consecutive instructions. Tested successfully with a ful

[AARCH64] Split movtf_aarch64 pattern

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