Re: [PATCH] remove premature vect_verify_datarefs_alignment

2020-07-10 Thread Kewen.Lin via Gcc-patches
on 2020/7/9 下午7:22, Richard Biener wrote: > On Thu, 9 Jul 2020, Kewen.Lin wrote: > >> on 2020/7/9 上午10:48, Kewen.Lin via Gcc-patches wrote: >>> Hi Richi, >>> >>> on 2020/7/8 下午10:45, Richard Biener wrote: This followup removes vect_verify_datarefs_alignment and its premature cancellation

Re: [PATCH] remove premature vect_verify_datarefs_alignment

2020-07-09 Thread Richard Biener
On Thu, 9 Jul 2020, Kewen.Lin wrote: > on 2020/7/9 上午10:48, Kewen.Lin via Gcc-patches wrote: > > Hi Richi, > > > > on 2020/7/8 下午10:45, Richard Biener wrote: > >> This followup removes vect_verify_datarefs_alignment and its > >> premature cancellation of vectorization leaving the actual > >> deci

Re: [PATCH] remove premature vect_verify_datarefs_alignment

2020-07-08 Thread Kewen.Lin via Gcc-patches
on 2020/7/9 上午10:48, Kewen.Lin via Gcc-patches wrote: > Hi Richi, > > on 2020/7/8 下午10:45, Richard Biener wrote: >> This followup removes vect_verify_datarefs_alignment and its >> premature cancellation of vectorization leaving the actual >> decision whether alignment is supported to the functions

Re: [PATCH] remove premature vect_verify_datarefs_alignment

2020-07-08 Thread Kewen.Lin via Gcc-patches
Hi Richi, on 2020/7/8 下午10:45, Richard Biener wrote: > This followup removes vect_verify_datarefs_alignment and its > premature cancellation of vectorization leaving the actual > decision whether alignment is supported to the functions > deciding whether we can vectorize a load or store. > > I'll