RE: [PATCH v1] RISC-V: Enhance the test case for RVV vfsub/vfrsub rounding

2023-08-08 Thread Li, Pan2 via Gcc-patches
Committed, thanks Jeff. Pan -Original Message- From: Jeff Law Sent: Tuesday, August 8, 2023 10:10 PM To: Li, Pan2 ; gcc-patches@gcc.gnu.org Cc: juzhe.zh...@rivai.ai; kito.ch...@sifive.com; Wang, Yanzhang Subject: Re: [PATCH v1] RISC-V: Enhance the test case for RVV vfsub/vfrsub

Re: [PATCH v1] RISC-V: Enhance the test case for RVV vfsub/vfrsub rounding

2023-08-08 Thread Jeff Law via Gcc-patches
On 8/2/23 01:59, Pan Li via Gcc-patches wrote: From: Pan Li This patch would like to enhance the vfsub/vfrsub rounding API test for below 2 purposes. * The non-rm API has no frm related insn generated. * The rm API has the frm backup/restore/set insn generated. Signed-off-by: Pan Li gcc/

RE: [PATCH v1] RISC-V: Enhance the test case for RVV vfsub/vfrsub rounding

2023-08-08 Thread Li, Pan2 via Gcc-patches
Kindly ping. Pan -Original Message- From: Li, Pan2 Sent: Wednesday, August 2, 2023 3:59 PM To: gcc-patches@gcc.gnu.org Cc: juzhe.zh...@rivai.ai; kito.ch...@sifive.com; Li, Pan2 ; Wang, Yanzhang Subject: [PATCH v1] RISC-V: Enhance the test case for RVV vfsub/vfrsub rounding From: Pan

[PATCH v1] RISC-V: Enhance the test case for RVV vfsub/vfrsub rounding

2023-08-02 Thread Pan Li via Gcc-patches
From: Pan Li This patch would like to enhance the vfsub/vfrsub rounding API test for below 2 purposes. * The non-rm API has no frm related insn generated. * The rm API has the frm backup/restore/set insn generated. Signed-off-by: Pan Li gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv