Re: [PATCH v2 05/07] RISC-V: autovec: Add tuning and target vectorization hooks

2023-03-05 Thread Richard Biener via Gcc-patches
On Mon, Mar 6, 2023 at 4:16 AM Michael Collison wrote: > > This patch adds support for registering target hooks for basic > autovectorization support as well as basic tuning information for the > vector extension. Btw, during the state tuning isn't established or autovect support being limited I

[PATCH v2 05/07] RISC-V: autovec: Add tuning and target vectorization hooks

2023-03-05 Thread Michael Collison
This patch adds support for registering target hooks for basic autovectorization support as well as basic tuning information for the vector extension. gcc/ChangeLog: 2023-03-02  Michael Collison                Juzhe Zhong            * config/riscv/riscv-cores.def (RISCV_TUNE):