On 05/30/2018 12:39 AM, Richard Sandiford wrote:
> [ Update of: https://gcc.gnu.org/ml/gcc-patches/2018-01/msg00661.html ]
>
> This patch generalises various places that used hwi rtx accessors so
> that they can handle poly_ints instead. In many cases these changes
> are by inspection rather than
[ Update of: https://gcc.gnu.org/ml/gcc-patches/2018-01/msg00661.html ]
This patch generalises various places that used hwi rtx accessors so
that they can handle poly_ints instead. In many cases these changes
are by inspection rather than because something had shown them to be
necessary.
Tested
This patch generalises various places that used hwi rtx 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 th