Re: [026/nnn] poly_int: operand_subword

2017-11-28 Thread Jeff Law
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

[026/nnn] poly_int: operand_subword

2017-10-23 Thread Richard Sandiford
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 easi