Re: [PATCH] arm: Add missing vec_cmp and vcond patterns

2020-10-13 Thread Richard Sandiford via Gcc-patches
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

Re: [PATCH] arm: Add missing vec_cmp and vcond patterns

2020-10-05 Thread Christophe Lyon via Gcc-patches
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

RE: [PATCH] arm: Add missing vec_cmp and vcond patterns

2020-10-01 Thread Kyrylo Tkachov via Gcc-patches
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 patte

[PATCH] arm: Add missing vec_cmp and vcond patterns

2020-10-01 Thread Richard Sandiford via Gcc-patches
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 vcondu). (3) Add vector selects between integer modes when the values being c