Re: [Patch][AArch64] Tighten predicate for CMP pattern.

2012-09-26 Thread Marcus Shawcroft
On 10/09/12 16:11, Tejas Belagod wrote: Hi, This patch tightens the predicate for the CMP pattern. It makes it restrictive to accept reg or zero as prescribed by the architecture. Regression-tested on aarch64-none-elf. OK for aarch64-branch? Thanks, Tejas Belagod ARM. PS: This patch applies o

Re: [Patch][AArch64] Tighten predicate for CMP pattern.

2012-09-25 Thread Marcus Shawcroft
On 10/09/12 16:11, Tejas Belagod wrote: 2012-09-10 Tejas Belagod gcc/ * config/aarch64/aarch64-simd.md (aarch64_cm): Tighten predicate for operand 2 of the compare pattern to accept register or zero. * config/aarch64/predicates.md (aarch64_simd_reg_or_zero): New.

[Patch][AArch64] Tighten predicate for CMP pattern.

2012-09-10 Thread Tejas Belagod
Hi, This patch tightens the predicate for the CMP pattern. It makes it restrictive to accept reg or zero as prescribed by the architecture. Regression-tested on aarch64-none-elf. OK for aarch64-branch? Thanks, Tejas Belagod ARM. PS: This patch applies over vldn-vstn.txt sent out earlier. Chan