Re: [098/nnn] poly_int: load_register_parameters

2017-11-27 Thread Jeff Law
On 10/23/2017 11:40 AM, Richard Sandiford wrote: > This patch makes load_register_parameters cope with polynomial sizes. > The requirement here is that any register parameters with non-constant > sizes must either have a specific mode (e.g. a variable-length vector > mode) or must be represented wi

[098/nnn] poly_int: load_register_parameters

2017-10-23 Thread Richard Sandiford
This patch makes load_register_parameters cope with polynomial sizes. The requirement here is that any register parameters with non-constant sizes must either have a specific mode (e.g. a variable-length vector mode) or must be represented with a PARALLEL. This is in practice already a requirement