Re: [PATCH] AArch64 fix PR58460

2013-10-03 Thread Marcus Shawcroft
On 03/10/13 11:54, Marcus Shawcroft wrote: This fixes PR58460, the add and sub shifted register instruction forms in AArch64 do not permit the stack register. This patch removes k constraint from the relevant patterns and adds reduced form of the test case. Regression test aarch64-none-elf. Co

[PATCH] AArch64 fix PR58460

2013-10-03 Thread Marcus Shawcroft
This fixes PR58460, the add and sub shifted register instruction forms in AArch64 do not permit the stack register. This patch removes k constraint from the relevant patterns and adds reduced form of the test case. Regression test aarch64-none-elf. Committed. /Marcus 2013-10-03 Marcus Sh