Re: Split up optabs.[hc]

2015-09-17 Thread Richard Sandiford
Bernd Schmidt writes: > On 09/14/2015 07:54 PM, Richard Sandiford wrote: >> This patch splits optabs up as follows: >> >>- optabs-query.[hc]: IL-independent functions for querying what a target >>can do natively. >>- optabs-tree.[hc]: tree and gimple query

Re: Split up optabs.[hc]

2015-09-14 Thread Bernd Schmidt
On 09/14/2015 07:54 PM, Richard Sandiford wrote: This patch splits optabs up as follows: - optabs-query.[hc]: IL-independent functions for querying what a target can do natively. - optabs-tree.[hc]: tree and gimple query functions (an extension of optabs-query.[hc]). -