Re: [084/nnn] poly_int: folding BIT_FIELD_REFs on vectors

2017-11-28 Thread Jeff Law
On 10/23/2017 11:33 AM, Richard Sandiford wrote: > This patch makes the: > > (BIT_FIELD_REF CONSTRUCTOR@0 @1 @2) > > folder cope with polynomial numbers of elements. > > > 2017-10-23 Richard Sandiford > Alan Hayward > David Sherwood > > gcc/ > * match.pd: Cop

[084/nnn] poly_int: folding BIT_FIELD_REFs on vectors

2017-10-23 Thread Richard Sandiford
This patch makes the: (BIT_FIELD_REF CONSTRUCTOR@0 @1 @2) folder cope with polynomial numbers of elements. 2017-10-23 Richard Sandiford Alan Hayward David Sherwood gcc/ * match.pd: Cope with polynomial numbers of vector elements. Index: gcc/match.pd ==