On Thu, 7 May 2020, Richard Sandiford wrote:
> Richard Biener writes:
> > On Thu, 7 May 2020, Richard Sandiford wrote:
> >
> >> Richard Biener writes:
> >> > This implements patterns combining vector element insertion of
> >> > vector element extraction to a VEC_PERM_EXPR of both vectors
> >> >
Richard Biener writes:
> On Thu, 7 May 2020, Richard Sandiford wrote:
>
>> Richard Biener writes:
>> > This implements patterns combining vector element insertion of
>> > vector element extraction to a VEC_PERM_EXPR of both vectors
>> > when supported. Plus it adds the more generic identity tran
On Thu, 7 May 2020, Richard Sandiford wrote:
> Richard Biener writes:
> > This implements patterns combining vector element insertion of
> > vector element extraction to a VEC_PERM_EXPR of both vectors
> > when supported. Plus it adds the more generic identity transform
> > of inserting a piece
Richard Biener writes:
> This implements patterns combining vector element insertion of
> vector element extraction to a VEC_PERM_EXPR of both vectors
> when supported. Plus it adds the more generic identity transform
> of inserting a piece of itself at the same position.
>
> Richard - is there a
This implements patterns combining vector element insertion of
vector element extraction to a VEC_PERM_EXPR of both vectors
when supported. Plus it adds the more generic identity transform
of inserting a piece of itself at the same position.
Richard - is there anything I can do to make this SVE a