Re: [17/77] Add an int_mode_for_size helper function

2017-08-14 Thread Jeff Law
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

[17/77] Add an int_mode_for_size helper function

2017-07-13 Thread Richard Sandiford
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/ *