Re: Make gimple_build_vector take a tree_vector_builder

2017-12-07 Thread Richard Biener
On Wed, Dec 6, 2017 at 4:25 PM, Richard Sandiford wrote: > This patch changes gimple_build_vector so that it takes a > tree_vector_builder instead of a size and a vector of trees. > > Tested on aarch64-linux-gnu, x86_64-linux-gnu and powerpc64le-linux-gnu. > Also spot-checked on sparc64-linux-gnu.

Make gimple_build_vector take a tree_vector_builder

2017-12-06 Thread Richard Sandiford
This patch changes gimple_build_vector so that it takes a tree_vector_builder instead of a size and a vector of trees. Tested on aarch64-linux-gnu, x86_64-linux-gnu and powerpc64le-linux-gnu. Also spot-checked on sparc64-linux-gnu. OK to install? Thanks, Richard 2017-12-06 Richard Sandiford