Re: [12/nn] Add an is_narrower_int_mode helper function

2017-10-26 Thread Richard Biener
On Mon, Oct 23, 2017 at 1:24 PM, Richard Sandiford wrote: > This patch adds a function for testing whether an arbitrary mode X > is an integer mode that is narrower than integer mode Y. This is > useful for code like expand_float and expand_fix that could in > principle handle vectors as well as

[12/nn] Add an is_narrower_int_mode helper function

2017-10-23 Thread Richard Sandiford
This patch adds a function for testing whether an arbitrary mode X is an integer mode that is narrower than integer mode Y. This is useful for code like expand_float and expand_fix that could in principle handle vectors as well as scalars. 2017-10-23 Richard Sandiford Alan Hayward