This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 2/3][AArch64] Add vcond(u?)didi pattern
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: Alan Lawrence <alan dot lawrence at arm dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 5 May 2015 12:13:13 +0100
- Subject: Re: [PATCH 2/3][AArch64] Add vcond(u?)didi pattern
- Authentication-results: sourceware.org; auth=none
- References: <553128BB dot 90703 at arm dot com> <5531296B dot 1030201 at arm dot com>
On 17 April 2015 at 16:40, Alan Lawrence <alan.lawrence@arm.com> wrote:
> This just adds the necessary patterns used for comparisons of DImode
> vectors. Used as part of arm_neon.h, in next/final patch.
>
> Tested on aarch64-none-elf.
>
> gcc/ChangeLog:
>
> * config/aarch64/aarch64-simd.md
> (aarch64_vcond_internal<mode><mode>,
> vcond<mode><mode>, vcondu<mode>,<mode>): Add DImode variant.
OK /Marcus