RE: [PATCH v1] VECT: Bugfix ICE for vectorizable_store when both len and mask

2024-03-09 Thread Li, Pan2
c-patches@gcc.gnu.org; juzhe.zh...@rivai.ai; kito.ch...@gmail.com; Wang, Yanzhang ; rdapp@gmail.com; jeffreya...@gmail.com Subject: Re: [PATCH v1] VECT: Bugfix ICE for vectorizable_store when both len and mask On Fri, Mar 8, 2024 at 2:59 PM Richard Biener wrote: > > On Fri, Mar 8, 2024 at

Re: [PATCH v1] VECT: Bugfix ICE for vectorizable_store when both len and mask

2024-03-08 Thread Richard Biener
On Fri, Mar 8, 2024 at 2:59 PM Richard Biener wrote: > > On Fri, Mar 8, 2024 at 1:04 AM wrote: > > > > From: Pan Li > > > > This patch would like to fix one ICE in vectorizable_store for both the > > loop_masks and loop_lens. The ICE looks like below with "-march=rv64gcv > > -O3". > > > >

Re: [PATCH v1] VECT: Bugfix ICE for vectorizable_store when both len and mask

2024-03-08 Thread Richard Biener
On Fri, Mar 8, 2024 at 1:04 AM wrote: > > From: Pan Li > > This patch would like to fix one ICE in vectorizable_store for both the > loop_masks and loop_lens. The ICE looks like below with "-march=rv64gcv -O3". > > during GIMPLE pass: vect > test.c: In function ‘d’: > test.c:6:6: internal

[PATCH v1] VECT: Bugfix ICE for vectorizable_store when both len and mask

2024-03-07 Thread pan2 . li
From: Pan Li This patch would like to fix one ICE in vectorizable_store for both the loop_masks and loop_lens. The ICE looks like below with "-march=rv64gcv -O3". during GIMPLE pass: vect test.c: In function ‘d’: test.c:6:6: internal compiler error: in vectorizable_store, at