Re: [0/67] Add wrapper classes for machine_modes

2017-06-28 Thread Jeff Law
On 05/24/2017 08:27 AM, Richard Sandiford wrote: > Jeff Law writes: >> On 12/09/2016 05:48 AM, Richard Sandiford wrote: >>> This series includes most of the changes in group C from: >>> >>> https://gcc.gnu.org/ml/gcc/2016-11/msg00033.html >>> >>> The idea is to add wrapper classes around mach

Re: [0/67] Add wrapper classes for machine_modes

2017-05-24 Thread Richard Sandiford
Jeff Law writes: > On 12/09/2016 05:48 AM, Richard Sandiford wrote: >> This series includes most of the changes in group C from: >> >> https://gcc.gnu.org/ml/gcc/2016-11/msg00033.html >> >> The idea is to add wrapper classes around machine_mode_enum >> for specific groups of modes, such as

Re: [0/67] Add wrapper classes for machine_modes

2017-05-04 Thread Jeff Law
On 12/09/2016 05:48 AM, Richard Sandiford wrote: This series includes most of the changes in group C from: https://gcc.gnu.org/ml/gcc/2016-11/msg00033.html The idea is to add wrapper classes around machine_mode_enum for specific groups of modes, such as scalar integers, scalar floats, comp

Re: [0/67] Add wrapper classes for machine_modes

2016-12-09 Thread Sandra Loosemore
On 12/09/2016 05:48 AM, Richard Sandiford wrote: This series includes most of the changes in group C from: https://gcc.gnu.org/ml/gcc/2016-11/msg00033.html The idea is to add wrapper classes around machine_mode_enum for specific groups of modes, such as scalar integers, scalar floats, comp

Re: [0/67] Add wrapper classes for machine_modes

2016-12-09 Thread Richard Sandiford
Richard Biener writes: > On Fri, Dec 9, 2016 at 1:48 PM, Richard Sandiford > wrote: >> This series includes most of the changes in group C from: >> >> https://gcc.gnu.org/ml/gcc/2016-11/msg00033.html >> >> The idea is to add wrapper classes around machine_mode_enum >> for specific groups of m

Re: [0/67] Add wrapper classes for machine_modes

2016-12-09 Thread Richard Biener
On Fri, Dec 9, 2016 at 1:48 PM, Richard Sandiford wrote: > This series includes most of the changes in group C from: > > https://gcc.gnu.org/ml/gcc/2016-11/msg00033.html > > The idea is to add wrapper classes around machine_mode_enum > for specific groups of modes, such as scalar integers, sca

[0/67] Add wrapper classes for machine_modes

2016-12-09 Thread Richard Sandiford
This series includes most of the changes in group C from: https://gcc.gnu.org/ml/gcc/2016-11/msg00033.html The idea is to add wrapper classes around machine_mode_enum for specific groups of modes, such as scalar integers, scalar floats, complex values, etc. This has two main benefits: one sp