RE: [PATCH] RISC-V: Remove @ of vec_series

2023-10-05 Thread Li, Pan2
Committed, thanks Jeff and Robin. Pan -Original Message- From: Jeff Law Sent: Wednesday, October 4, 2023 11:40 PM To: Robin Dapp ; Juzhe-Zhong ; gcc-patches@gcc.gnu.org Cc: kito.ch...@gmail.com; kito.ch...@sifive.com Subject: Re: [PATCH] RISC-V: Remove @ of vec_series On 10/4/23 09

Re: [PATCH] RISC-V: Remove @ of vec_series

2023-10-04 Thread Jeff Law
On 10/4/23 09:06, Robin Dapp wrote: I'm currently in the process of removing some unused @s. This is OK. Agreed. And if you or Juzhe have other @ cases that are unused, such changes should be considered pre-approved. Jeff

Re: [PATCH] RISC-V: Remove @ of vec_series

2023-10-04 Thread Robin Dapp
I'm currently in the process of removing some unused @s. This is OK. Regards Robin

[PATCH] RISC-V: Remove @ of vec_series

2023-10-04 Thread Juzhe-Zhong
gcc/ChangeLog: * config/riscv/autovec.md (@vec_series): Remove @. (vec_series): Ditto. * config/riscv/riscv-v.cc (expand_const_vector): Ditto. (shuffle_decompress_patterns): Ditto. --- gcc/config/riscv/autovec.md | 2 +- gcc/config/riscv/riscv-v.cc | 6 +++--- 2 f