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
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
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
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