Re: [69/77] Split scalar-only part out of convert_mode

2017-08-24 Thread Jeff Law
On 07/13/2017 03:03 AM, Richard Sandiford wrote: > This patch splits the final scalar-only part of convert_mode out > into its own subroutine and treats the modes as scalar_modes there. > > 2017-07-13 Richard Sandiford > Alan Hayward > David Sherwood > > gcc/ > *

[69/77] Split scalar-only part out of convert_mode

2017-07-13 Thread Richard Sandiford
This patch splits the final scalar-only part of convert_mode out into its own subroutine and treats the modes as scalar_modes there. 2017-07-13 Richard Sandiford Alan Hayward David Sherwood gcc/ * expr.c (convert_mode): Split scalar handling out into...