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
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