On 10/23/2017 11:19 AM, Richard Sandiford wrote: > This patch makes the instantiate virtual regs pass track offsets > as poly_ints. > > > 2017-10-23 Richard Sandiford <richard.sandif...@linaro.org> > Alan Hayward <alan.hayw...@arm.com> > David Sherwood <david.sherw...@arm.com> > > gcc/ > * function.c (in_arg_offset, var_offset, dynamic_offset) > (out_arg_offset, cfa_offset): Change from int to poly_int64. > (instantiate_new_reg): Return the new offset as a poly_int64_pod > rather than a HOST_WIDE_INT. > (instantiate_virtual_regs_in_rtx): Track polynomial offsets. > (instantiate_virtual_regs_in_insn): Likewise. OK. jeff