On Tue, 19 Jan 2016, Kirill Yukhin wrote:
> Hello Richard,
> On 15 Jan 12:54, Richard Biener wrote:
> > On Fri, 15 Jan 2016, Kirill Yukhin wrote:
> >
> > > Hello,
> > > Thet patch in the bottom adds check if rhs is "useless_type_conversion_p"
> > > in vectorizable_store () to avoid subsequent gcc
Hello Richard,
On 15 Jan 12:54, Richard Biener wrote:
> On Fri, 15 Jan 2016, Kirill Yukhin wrote:
>
> > Hello,
> > Thet patch in the bottom adds check if rhs is "useless_type_conversion_p"
> > in vectorizable_store () to avoid subsequent gcc_assert.
> >
> > This change is very similar to [1].
> >
On Fri, 15 Jan 2016, Kirill Yukhin wrote:
> Hello,
> Thet patch in the bottom adds check if rhs is "useless_type_conversion_p"
> in vectorizable_store () to avoid subsequent gcc_assert.
>
> This change is very similar to [1].
>
> Bootstrapped & regtest in progress.
>
> Is it ok for main trunk i
Hello,
Thet patch in the bottom adds check if rhs is "useless_type_conversion_p"
in vectorizable_store () to avoid subsequent gcc_assert.
This change is very similar to [1].
Bootstrapped & regtest in progress.
Is it ok for main trunk if regtest pass?
gcc/
* tree-vect-stmts.c (vectorizab