Re: [PATCH v4 00/10] RISC-V: Add autovec support

2023-04-25 Thread Jeff Law via Gcc-patches
On 4/25/23 09:26, Palmer Dabbelt wrote: On Mon, 17 Apr 2023 11:36:51 PDT (-0700), colli...@rivosinc.com wrote: This series of patches adds foundational support for RISC-V auto-vectorization support. These patches are based on the current upstream rvv vector intrinsic support and is not a ne

Re: [PATCH v4 00/10] RISC-V: Add autovec support

2023-04-25 Thread Palmer Dabbelt
On Mon, 17 Apr 2023 11:36:51 PDT (-0700), colli...@rivosinc.com wrote: > This series of patches adds foundational support for RISC-V > auto-vectorization support. These patches are based on the current upstream > rvv vector intrinsic support and is not a new implementation. Most of the > impleme

Re: [PATCH v4 00/10] RISC-V: Add autovec support

2023-04-17 Thread Richard Biener via Gcc-patches
On Mon, Apr 17, 2023 at 9:26 PM Palmer Dabbelt wrote: > > On Mon, 17 Apr 2023 11:36:51 PDT (-0700), colli...@rivosinc.com wrote: > > This series of patches adds foundational support for RISC-V > > auto-vectorization support. These patches are based on the current upstream > > rvv vector intrinsi

Re: [PATCH v4 00/10] RISC-V: Add autovec support

2023-04-17 Thread Palmer Dabbelt
On Mon, 17 Apr 2023 11:36:51 PDT (-0700), colli...@rivosinc.com wrote: This series of patches adds foundational support for RISC-V auto-vectorization support. These patches are based on the current upstream rvv vector intrinsic support and is not a new implementation. Most of the implementation

[PATCH v4 00/10] RISC-V: Add autovec support

2023-04-17 Thread Michael Collison
This series of patches adds foundational support for RISC-V auto-vectorization support. These patches are based on the current upstream rvv vector intrinsic support and is not a new implementation. Most of the implementation consists of adding the new vector cost model, the autovectorization pat