Re: Add gimple_build_vector* helpers

2017-09-14 Thread Richard Biener
On Thu, Sep 14, 2017 at 1:20 PM, Richard Sandiford wrote: > This patch adds gimple-fold.h equivalents of build_vector and > build_vector_from_val. Like the other gimple-fold.h routines > they always return a valid gimple value and add any new > statements to a given gimple_seq. In combination wi

Add gimple_build_vector* helpers

2017-09-14 Thread Richard Sandiford
This patch adds gimple-fold.h equivalents of build_vector and build_vector_from_val. Like the other gimple-fold.h routines they always return a valid gimple value and add any new statements to a given gimple_seq. In combination with later patches this reduces the number of force_gimple_operands.