Re: [72/77] Pass scalar_mode to scalar_mode_supported_p

2017-08-25 Thread Jeff Law
On 07/13/2017 03:04 AM, Richard Sandiford wrote: > This patch makes the scalar_mode_supported_p target hook take a > scalar_mode rather than a machine_mode. > > 2017-07-13 Richard Sandiford > Alan Hayward > David Sherwood > > gcc/ > * target.def (scalar_mode_suppo

[72/77] Pass scalar_mode to scalar_mode_supported_p

2017-07-13 Thread Richard Sandiford
This patch makes the scalar_mode_supported_p target hook take a scalar_mode rather than a machine_mode. 2017-07-13 Richard Sandiford Alan Hayward David Sherwood gcc/ * target.def (scalar_mode_supported_p): Take a scalar_mode instead of a machine_mode