Re: [PATCH V3] RISC-V: Add RVV comparison autovectorization

2023-05-24 Thread Richard Biener via Gcc-patches
On Wed, May 24, 2023 at 11:57 AM Richard Sandiford wrote: > > Richard Biener writes: > > On Tue, May 23, 2023 at 5:05 PM wrote: > >> > >> From: Juzhe-Zhong > >> > >> This patch enable RVV auto-vectorization including floating-point > >> unorder and order comparison. > >> > >> The testcases are

Re: [PATCH V3] RISC-V: Add RVV comparison autovectorization

2023-05-24 Thread Richard Sandiford via Gcc-patches
Richard Biener writes: > On Tue, May 23, 2023 at 5:05 PM wrote: >> >> From: Juzhe-Zhong >> >> This patch enable RVV auto-vectorization including floating-point >> unorder and order comparison. >> >> The testcases are leveraged from Richard. >> So include Richard as co-author. >> >> Co-Authored-B

Re: [PATCH V3] RISC-V: Add RVV comparison autovectorization

2023-05-24 Thread Richard Biener via Gcc-patches
On Tue, May 23, 2023 at 5:05 PM wrote: > > From: Juzhe-Zhong > > This patch enable RVV auto-vectorization including floating-point > unorder and order comparison. > > The testcases are leveraged from Richard. > So include Richard as co-author. > > Co-Authored-By: Richard Sandiford > > gcc/Change

[PATCH V3] RISC-V: Add RVV comparison autovectorization

2023-05-23 Thread juzhe . zhong
From: Juzhe-Zhong This patch enable RVV auto-vectorization including floating-point unorder and order comparison. The testcases are leveraged from Richard. So include Richard as co-author. Co-Authored-By: Richard Sandiford gcc/ChangeLog: * config/riscv/autovec.md (@vcond_mask_): New