Re: [PATCH] Move gimplify_buildN API local to only remaining user

2021-04-26 Thread Richard Biener via Gcc-patches
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

[PATCH] Move gimplify_buildN API local to only remaining user

2021-04-16 Thread Richard Biener
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