Re: Allow gimple_build with internal functions

2018-05-17 Thread Richard Biener
On Thu, May 17, 2018 at 10:21 AM Richard Sandiford < richard.sandif...@linaro.org> wrote: > This patch makes the function versions of gimple_build and > gimple_simplify take combined_fns rather than built_in_codes, > so that they work with internal functions too. The old > gimple_builds were unus

Allow gimple_build with internal functions

2018-05-17 Thread Richard Sandiford
This patch makes the function versions of gimple_build and gimple_simplify take combined_fns rather than built_in_codes, so that they work with internal functions too. The old gimple_builds were unused, so no existing callers need to be updated. Tested on aarch64-linux-gnu (with and without SVE),