Re: Use vec<> in build_vector

2017-09-14 Thread Richard Biener
On Thu, Sep 14, 2017 at 1:14 PM, Richard Sandiford wrote: > This patch makes build_vector take the elements as a vec<> rather > than a tree *. This is useful for SVE because it bundles the number > of elements with the elements themselves, and enforces the fact that > the number is constant. Als

Use vec<> in build_vector

2017-09-14 Thread Richard Sandiford
This patch makes build_vector take the elements as a vec<> rather than a tree *. This is useful for SVE because it bundles the number of elements with the elements themselves, and enforces the fact that the number is constant. Also, I think things like the folds can be used with any generic GNU v