Re: Use poly_int tree accessors

2018-05-29 Thread Richard Sandiford
Jeff Law writes: > On 01/09/2018 11:39 AM, Richard Sandiford wrote: >> This patch generalises various places that used hwi tree accessors >> so that they can handle poly_ints instead. Earlier patches did >> this while updating interfaces; this patch just mops up some >> left-over pieces that were

Re: Use poly_int tree accessors

2018-04-30 Thread Jeff Law
On 01/09/2018 11:39 AM, Richard Sandiford wrote: > This patch generalises various places that used hwi tree accessors > so that they can handle poly_ints instead. Earlier patches did > this while updating interfaces; this patch just mops up some > left-over pieces that weren't necessary to make th

Re: Use poly_int tree accessors

2018-01-12 Thread Jeff Law
On 01/12/2018 06:31 AM, Richard Sandiford wrote: > Richard Sandiford writes: >> Jeff Law writes: >>> On 01/09/2018 11:39 AM, Richard Sandiford wrote: This patch generalises various places that used hwi tree accessors so that they can handle poly_ints instead. Earlier patches did t

Re: Use poly_int tree accessors

2018-01-12 Thread Richard Sandiford
Richard Sandiford writes: > Jeff Law writes: >> On 01/09/2018 11:39 AM, Richard Sandiford wrote: >>> This patch generalises various places that used hwi tree accessors >>> so that they can handle poly_ints instead. Earlier patches did >>> this while updating interfaces; this patch just mops up s

Re: Use poly_int tree accessors

2018-01-11 Thread Richard Sandiford
Jeff Law writes: > On 01/09/2018 11:39 AM, Richard Sandiford wrote: >> This patch generalises various places that used hwi tree accessors >> so that they can handle poly_ints instead. Earlier patches did >> this while updating interfaces; this patch just mops up some >> left-over pieces that were

Re: Use poly_int tree accessors

2018-01-11 Thread Jeff Law
On 01/09/2018 11:39 AM, Richard Sandiford wrote: > This patch generalises various places that used hwi tree accessors > so that they can handle poly_ints instead. Earlier patches did > this while updating interfaces; this patch just mops up some > left-over pieces that weren't necessary to make th

Use poly_int tree accessors

2018-01-09 Thread Richard Sandiford
This patch generalises various places that used hwi tree accessors so that they can handle poly_ints instead. Earlier patches did this while updating interfaces; this patch just mops up some left-over pieces that weren't necessary to make things compile, but that still make sense. In many cases t