On Fri, Apr 16, 2021 at 12:41 PM Richard Biener wrote:
>
> This moves the legacy gimplify_buildN API to tree-vect-generic.c,
> its only user and elides the gimplification step, making it a wrapper
> around gimple_build, adjusting tree_vec_extract for this.
>
> I've noticed that vector CTOR expansi
This moves the legacy gimplify_buildN API to tree-vect-generic.c,
its only user and elides the gimplification step, making it a wrapper
around gimple_build, adjusting tree_vec_extract for this.
I've noticed that vector CTOR expansion doesn't deal with unfolded
{} and thus this makes it more resile