Committed, thanks Jeff. Pan
-----Original Message----- From: Gcc-patches <gcc-patches-bounces+pan2.li=intel....@gcc.gnu.org> On Behalf Of Jeff Law via Gcc-patches Sent: Wednesday, May 31, 2023 9:03 PM To: juzhe.zh...@rivai.ai; gcc-patches@gcc.gnu.org Cc: kito.ch...@gmail.com; kito.ch...@sifive.com; pal...@dabbelt.com; pal...@rivosinc.com; rdapp....@gmail.com Subject: Re: [PATCH] RISC-V: Remove FRM for vfwcvt (RVV float to float widening conversion) On 5/31/23 04:35, juzhe.zh...@rivai.ai wrote: > From: Juzhe-Zhong <juzhe.zh...@rivai.ai> > > Base on the discussion here: > https://github.com/riscv/riscv-v-spec/issues/884 > > vfwcvt doesn't depend on FRM. So remove FRM preparing for mode switching > support. > > gcc/ChangeLog: > > * config/riscv/vector.md: Remove FRM. OK jeff