On Fri, Sep 28, 2012 at 1:31 PM, Jakub Jelinek wrote:
> Hi!
>
> As discussed in the PR, tree-vect-generic.c sometimes creates CONSTRUCTORs
> with vector elements to build up larger vectors from vectors supported by
> HW. This patch teaches fold-const to bail up on those. Vector CONSTRUCTOR
> ver
Hi!
As discussed in the PR, tree-vect-generic.c sometimes creates CONSTRUCTORs
with vector elements to build up larger vectors from vectors supported by
HW. This patch teaches fold-const to bail up on those. Vector CONSTRUCTOR
verification changes and assorted fixes have been separated from the