On 10/23/2017 11:10 AM, Richard Sandiford wrote: > This patch makes operand_subword and operand_subword_force take > polynomial offsets. This is a fairly old-school interface and > these days should only be used when splitting multiword operations > into word operations. It still doesn't hurt to support polynomial > offsets and it helps make callers easier to write. > > > 2017-10-23 Richard Sandiford <richard.sandif...@linaro.org> > Alan Hayward <alan.hayw...@arm.com> > David Sherwood <david.sherw...@arm.com> > > gcc/ > * rtl.h (operand_subword, operand_subword_force): Take the offset > as a poly_uint64 an unsigned int. > * emit-rtl.c (operand_subword, operand_subword_force): Likewise. OK. jeff