Re: Use poly_int rtx accessors instead of hwi accessors

2018-06-11 Thread Jeff Law
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

Use poly_int rtx accessors instead of hwi accessors

2018-05-29 Thread Richard Sandiford
[ 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

Use poly_int rtx accessors instead of hwi accessors

2018-01-09 Thread Richard Sandiford
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