RE: [PATCH] RISC-V: Update RVV integer compare simplification comments

2023-05-10 Thread Li, Pan2 via Gcc-patches
: Update RVV integer compare simplification comments On 5/8/23 02:54, Pan Li via Gcc-patches wrote: > From: Pan Li > > The VMSET simplification RVV integer comparision has merged already. > This patch would like to update the comments for the cases that the > define_sp

Re: [PATCH] RISC-V: Update RVV integer compare simplification comments

2023-05-08 Thread Jeff Law via Gcc-patches
On 5/8/23 02:54, Pan Li via Gcc-patches wrote: From: Pan Li The VMSET simplification RVV integer comparision has merged already. This patch would like to update the comments for the cases that the define_split will act on. Signed-off-by: Pan Li gcc/ChangeLog: * config/riscv/vecto

[PATCH] RISC-V: Update RVV integer compare simplification comments

2023-05-08 Thread Pan Li via Gcc-patches
From: Pan Li The VMSET simplification RVV integer comparision has merged already. This patch would like to update the comments for the cases that the define_split will act on. Signed-off-by: Pan Li gcc/ChangeLog: * config/riscv/vector.md: Add comments for simplifying to vmset. Signed