On Sat, Oct 13, 2012 at 11:25 AM, Marc Glisse wrote:
> On Fri, 12 Oct 2012, Marc Glisse wrote:
>
>> Hello,
>>
>> apparently, in the optimization that recognizes that {v[1],v[0]} is a
>> VEC_PERM_EXPR, I forgot to check that v is a 2-element vector... (not that
>> there aren't things that could be
On Fri, 12 Oct 2012, Marc Glisse wrote:
Hello,
apparently, in the optimization that recognizes that {v[1],v[0]} is a
VEC_PERM_EXPR, I forgot to check that v is a 2-element vector... (not that
there aren't things that could be done if v has a different size, just not
directly a VEC_PERM_EXPR,
Hello,
apparently, in the optimization that recognizes that {v[1],v[0]} is a
VEC_PERM_EXPR, I forgot to check that v is a 2-element vector... (not that
there aren't things that could be done if v has a different size, just not
directly a VEC_PERM_EXPR, and not right now, priority is to fix the