Re: [74/77] Various small scalar_mode changes

2017-08-25 Thread Jeff Law
On 07/13/2017 03:04 AM, Richard Sandiford wrote: > This patch uses scalar_mode in a few miscellaneous places: > > - Previous patches mean mode_to_vector can take a scalar_mode without > further changes. > > - Implicit promotion is limited to scalar types (affects promote_mode > and sdbout_par

[74/77] Various small scalar_mode changes

2017-07-13 Thread Richard Sandiford
This patch uses scalar_mode in a few miscellaneous places: - Previous patches mean mode_to_vector can take a scalar_mode without further changes. - Implicit promotion is limited to scalar types (affects promote_mode and sdbout_parms) 2017-07-13 Richard Sandiford Alan Hayward