[PATCH] RISC-V: Optimize the code gen of VLM/VSM.

2023-02-10 Thread incarnation.p.lee--- via Gcc-patches
From: Pan Li PR 108185 PR 108654 The bytesize of the vbool*_t isn't well defined. This patch adjust the rvv bool modes with actually mode size in bytes. However, only allow mode tieable when exactly equal for the rvv bool types, aka vbool1_t, vbool

Re: [PATCH] RISC-V: Optimize the code gen of VLM/VSM.

2023-02-12 Thread Richard Biener via Gcc-patches
On Sat, 11 Feb 2023, incarnation.p@outlook.com wrote: > From: Pan Li > > PR 108185 > PR 108654 > > The bytesize of the vbool*_t isn't well defined. This patch > adjust the rvv bool modes with actually mode size in bytes. > However, only allow mode tieable when