Re: [04/77] Add FOR_EACH iterators for modes

2017-08-11 Thread Jeff Law
On 07/13/2017 02:39 AM, Richard Sandiford wrote: > The new iterators are: > > - FOR_EACH_MODE_IN_CLASS: iterate over all the modes in a mode class. > > - FOR_EACH_MODE_FROM: iterate over all the modes in a class, > starting at a given mode. > > - FOR_EACH_WIDER_MODE: iterate over all the

Re: [04/77] Add FOR_EACH iterators for modes

2017-08-11 Thread Jeff Law
On 08/11/2017 11:16 AM, Richard Sandiford wrote: > Hi Jeff, > > First, many thanks for the reviews! > > Jeff Law writes: >> On 07/13/2017 02:39 AM, Richard Sandiford wrote: >>> The new iterators are: >>> >>> - FOR_EACH_MODE_IN_CLASS: iterate over all the modes in a mode class.

Re: [04/77] Add FOR_EACH iterators for modes

2017-08-11 Thread Richard Sandiford
Hi Jeff, First, many thanks for the reviews! Jeff Law writes: > On 07/13/2017 02:39 AM, Richard Sandiford wrote: >> The new iterators are: >> >> - FOR_EACH_MODE_IN_CLASS: iterate over all the modes in a mode class. >> >> - FOR_EACH_MODE_FROM: iterate over all the modes in a

Re: [04/77] Add FOR_EACH iterators for modes

2017-08-11 Thread Jeff Law
On 07/13/2017 02:39 AM, Richard Sandiford wrote: > The new iterators are: > > - FOR_EACH_MODE_IN_CLASS: iterate over all the modes in a mode class. > > - FOR_EACH_MODE_FROM: iterate over all the modes in a class, > starting at a given mode. > > - FOR_EACH_WIDER_MODE: iterate over all the

[04/77] Add FOR_EACH iterators for modes

2017-07-13 Thread Richard Sandiford
The new iterators are: - FOR_EACH_MODE_IN_CLASS: iterate over all the modes in a mode class. - FOR_EACH_MODE_FROM: iterate over all the modes in a class, starting at a given mode. - FOR_EACH_WIDER_MODE: iterate over all the modes in a class, starting at the next widest mode after a given