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 integer mode. > > 2017-07-13 Richard Sandiford <richard.sandif...@linaro.org> > Alan Hayward <alan.hayw...@arm.com> > David Sherwood <david.sherw...@arm.com> > > gcc/ > * combine.c (simplify_and_const_int): Change the type of the mode > parameter to scalar_int_mode. > (simplify_and_const_int_1): Likewise. Update recursive call. OK. jeff
- [39/77] Two changes to the get_best_mode interface Richard Sandiford
- [40/77] Use scalar_int_mode for extraction_insn fields Richard Sandiford
- [41/77] Split scalar integer handling out of force_to_mo... Richard Sandiford
- [42/77] Use scalar_int_mode in simplify_shift_const_1 Richard Sandiford
- [44/77] Make simplify_and_const_int take a scalar_int_mo... Richard Sandiford
- Re: [44/77] Make simplify_and_const_int take a scal... Jeff Law
- [43/77] Use scalar_int_mode in simplify_comparison Richard Sandiford
- [45/77] Make extract_left_shift take a scalar_int_mode Richard Sandiford
- [46/77] Make widest_int_mode_for_size return a scalar_in... Richard Sandiford
- [47/77] Make subroutines of nonzero_bits operate on scal... Richard Sandiford
- [48/77] Make subroutines of num_sign_bit_copies operate ... Richard Sandiford