Re: Re: [PATCH v2] RISC-V: Add vectorized binops and insn_expander helpers.

2023-05-11 Thread Kito Cheng via Gcc-patches
tches; kito.cheng; collison; palmer; > jeffreyalaw > Subject: Re: [PATCH v2] RISC-V: Add vectorized binops and insn_expander > helpers. > > LGTM. You should commit it now. Then I can rebase vec_init patch. > > Would need an ACK/OK from Kito at least :) > >

Re: Re: [PATCH v2] RISC-V: Add vectorized binops and insn_expander helpers.

2023-05-11 Thread juzhe.zh...@rivai.ai
I just saw Kito has LGTM in V1 patch. Let's wait for Kito LGTM for V2. juzhe.zh...@rivai.ai From: Robin Dapp Date: 2023-05-11 18:36 To: juzhe.zh...@rivai.ai; gcc-patches; kito.cheng; collison; palmer; jeffreyalaw Subject: Re: [PATCH v2] RISC-V: Add vectorized binops and insn_expander he

Re: [PATCH v2] RISC-V: Add vectorized binops and insn_expander helpers.

2023-05-11 Thread Robin Dapp via Gcc-patches
> LGTM. You should commit it now. Then I can rebase vec_init patch. Would need an ACK/OK from Kito at least :)

Re: [PATCH v2] RISC-V: Add vectorized binops and insn_expander helpers.

2023-05-11 Thread juzhe.zh...@rivai.ai
LGTM. You should commit it now. Then I can rebase vec_init patch. juzhe.zh...@rivai.ai From: Robin Dapp Date: 2023-05-11 18:26 To: 钟居哲; gcc-patches; kito.cheng; Michael Collison; palmer; Jeff Law CC: rdapp.gcc Subject: [PATCH v2] RISC-V: Add vectorized binops and insn_expander helpers

[PATCH v2] RISC-V: Add vectorized binops and insn_expander helpers.

2023-05-11 Thread Robin Dapp via Gcc-patches
Changes from v1: - Rebase against Juzhe's vec_series patch. - Get rid of redundant scalar mode setting. This patch adds basic binary integer operations support. It is based on Michael Collison's work and makes use of the existing helpers in riscv-c.cc. It introduces emit_nonvlmax_binop which