Re: [51/77] Use opt_scalar_int_mode when iterating over integer modes

2017-08-24 Thread Jeff Law
On 07/13/2017 02:56 AM, Richard Sandiford wrote: > This patch uses opt_scalar_int_mode rather than machine_mode > when iterating over scalar_int_modes, in cases where that helps > with future patches. (Using machine_mode is still OK in places > that don't really care about the mode being a scalar

[51/77] Use opt_scalar_int_mode when iterating over integer modes

2017-07-13 Thread Richard Sandiford
This patch uses opt_scalar_int_mode rather than machine_mode when iterating over scalar_int_modes, in cases where that helps with future patches. (Using machine_mode is still OK in places that don't really care about the mode being a scalar integer.) 2017-07-13 Richard Sandiford Al