Re: Add genmatch support for internal functions

2015-11-17 Thread Richard Biener
On Tue, Nov 17, 2015 at 9:52 AM, Richard Sandiford wrote: > Richard Sandiford writes: >> This patch makes genmatch match calls based on combined_fn rather >> than built_in_function and extends the matching to internal functions. >> It also

Re: Add genmatch support for internal functions

2015-11-17 Thread Richard Sandiford
Richard Sandiford writes: > This patch makes genmatch match calls based on combined_fn rather > than built_in_function and extends the matching to internal functions. > It also uses fold_const_call to fold the calls to a constant, rather > than going through

Re: Add genmatch support for internal functions

2015-11-10 Thread Richard Biener
On Sat, Nov 7, 2015 at 2:17 PM, Richard Sandiford wrote: > Richard Sandiford writes: >> This patch makes genmatch match calls based on combined_fn rather >> than built_in_function and extends the matching to internal functions. >> It also