RE: [PATCH] [RISC-V]: Bugfix for RVV vbool*_t vn_reference_equal.

2023-03-29 Thread Li, Pan2 via Gcc-patches
...@sifive.com; rguent...@suse.de; Wang, Yanzhang Subject: Re: [PATCH] [RISC-V]: Bugfix for RVV vbool*_t vn_reference_equal. On Wed, Mar 29, 2023 at 9:55 AM Pan Li via Gcc-patches wrote: > > From: Pan Li > > In most architecture the precision_size of vbool*_t types are >

Re: [PATCH] [RISC-V]: Bugfix for RVV vbool*_t vn_reference_equal.

2023-03-29 Thread Richard Biener via Gcc-patches
On Wed, Mar 29, 2023 at 9:55 AM Pan Li via Gcc-patches wrote: > > From: Pan Li > > In most architecture the precision_size of vbool*_t types are caculated > like as the multiple of the type size. For example: > precision_size = type_size * 8 (aka, bit count per bytes). > > Unfortunately, some