Sorry for the slow reply.
Christophe Lyon writes:
> On Thu, 1 Oct 2020 at 16:10, Richard Sandiford via Gcc-patches
> wrote:
>>
>> This patch does several things at once:
>>
>> (1) Add vector compare patterns (vec_cmp and vec_cmpu).
>>
>> (2) Add vector selects between floating-point modes when t
On Thu, 1 Oct 2020 at 16:10, Richard Sandiford via Gcc-patches
wrote:
>
> This patch does several things at once:
>
> (1) Add vector compare patterns (vec_cmp and vec_cmpu).
>
> (2) Add vector selects between floating-point modes when the
> values being compared are integers (affects vcond and
Hi Richard,
> -Original Message-
> From: Richard Sandiford
> Sent: 01 October 2020 15:10
> To: gcc-patches@gcc.gnu.org
> Cc: ni...@redhat.com; Richard Earnshaw ;
> Ramana Radhakrishnan ; Kyrylo
> Tkachov
> Subject: [PATCH] arm: Add missing vec_cmp and vcond patterns
>
> This patch does