Re: [44/77] Make simplify_and_const_int take a scalar_int_mode

2017-08-23 Thread Jeff Law
On 07/13/2017 02:54 AM, Richard Sandiford wrote: > After previous patches, top-level calls to simplify_and_const_int > always pass a scalar_int_mode. The only call site that needs to > be updated is the recursive one in simplify_and_const_int_1, > at which point we know "varop" has a scalar intege

[44/77] Make simplify_and_const_int take a scalar_int_mode

2017-07-13 Thread Richard Sandiford
After previous patches, top-level calls to simplify_and_const_int always pass a scalar_int_mode. The only call site that needs to be updated is the recursive one in simplify_and_const_int_1, at which point we know "varop" has a scalar integer mode. 2017-07-13 Richard Sandiford Alan