Re: [AARCH64] Fix mov_aarch64/SHORT regression

2013-04-23 Thread Marcus Shawcroft
OK, and backport to 4.8 please. /Marcus On 23 April 2013 09:14, Sofiane Naci wrote: > Hi, > > This patch fixes a regression caused by recent changes to > *mov_aarch64/SHORT. One of the pattern alternatives is trying to issue > a SIMD instruction with -mgeneral-regs-only. The proposed fix is to d

[AARCH64] Fix mov_aarch64/SHORT regression

2013-04-23 Thread Sofiane Naci
Hi, This patch fixes a regression caused by recent changes to *mov_aarch64/SHORT. One of the pattern alternatives is trying to issue a SIMD instruction with -mgeneral-regs-only. The proposed fix is to define the "simd" attribute on the pattern in question. Thanks Sofiane - ChangeLog: