Re: [PATCH v2] VECT: Remove the type size restriction of vectorizer

2023-10-27 Thread Richard Biener
g; > juzhe.zh...@rivai.ai; Wang, Yanzhang ; > kito.ch...@gmail.com; Liu, Hongtao > Subject: Re: [PATCH v2] VECT: Remove the type size restriction of vectorizer > > Richard Biener writes: > >> Am 26.10.2023 um 13:59 schrieb Li, Pan2 : > >> > >> Thanks R

RE: [PATCH v2] VECT: Remove the type size restriction of vectorizer

2023-10-26 Thread Li, Pan2
ongtao Subject: Re: [PATCH v2] VECT: Remove the type size restriction of vectorizer Richard Biener writes: >> Am 26.10.2023 um 13:59 schrieb Li, Pan2 : >> >> Thanks Richard for comments. >> >>> Can you explain why this is necessary? In particular what i

Re: [PATCH v2] VECT: Remove the type size restriction of vectorizer

2023-10-26 Thread Richard Sandiford
>> Cc: gcc-patches@gcc.gnu.org; juzhe.zh...@rivai.ai; Wang, Yanzhang >> ; kito.ch...@gmail.com; Liu, Hongtao >> ; Richard Sandiford >> Subject: Re: [PATCH v2] VECT: Remove the type size restriction of vectorizer >> >>> On Thu, Oct 26, 2023 at 4:18 AM wrote

RE: [PATCH v2] VECT: Remove the type size restriction of vectorizer

2023-10-26 Thread Li, Pan2
; kito.ch...@gmail.com; Liu, Hongtao ; Richard Sandiford Subject: Re: [PATCH v2] VECT: Remove the type size restriction of vectorizer > Am 26.10.2023 um 13:59 schrieb Li, Pan2 : > > Thanks Richard for comments. > >> Can you explain why this is necessary? In particular what

Re: [PATCH v2] VECT: Remove the type size restriction of vectorizer

2023-10-26 Thread Richard Biener
; ; kito.ch...@gmail.com; Liu, Hongtao > ; Richard Sandiford > Subject: Re: [PATCH v2] VECT: Remove the type size restriction of vectorizer > >> On Thu, Oct 26, 2023 at 4:18 AM wrote: >> >> From: Pan Li >> >> Update in v2: >>

RE: [PATCH v2] VECT: Remove the type size restriction of vectorizer

2023-10-26 Thread Li, Pan2
nzhang ; kito.ch...@gmail.com; Liu, Hongtao ; Richard Sandiford Subject: Re: [PATCH v2] VECT: Remove the type size restriction of vectorizer On Thu, Oct 26, 2023 at 4:18 AM wrote: > > From: Pan Li > > Update in v2: > > * Fix one ICE of type assertion. > * Adjust some test case

Re: [PATCH v2] VECT: Remove the type size restriction of vectorizer

2023-10-26 Thread Richard Biener
On Thu, Oct 26, 2023 at 4:18 AM wrote: > > From: Pan Li > > Update in v2: > > * Fix one ICE of type assertion. > * Adjust some test cases for aarch64 sve and riscv vector. > > Original log: > > The vectoriable_call has one restriction of the size of data type. > Aka DF to DI is allowed but SF to