On 07/13/2017 02:44 AM, Richard Sandiford wrote:
> This patch adds a wrapper around mode_for_size for cases in which
> the mode class is MODE_INT (the commonest case). The return type
> can then be an opt_scalar_int_mode instead of a machine_mode.
>
> 2017-07-13 Richard Sandiford
> A
This patch adds a wrapper around mode_for_size for cases in which
the mode class is MODE_INT (the commonest case). The return type
can then be an opt_scalar_int_mode instead of a machine_mode.
2017-07-13 Richard Sandiford
Alan Hayward
David Sherwood
gcc/
*