Re: [42/77] Use scalar_int_mode in simplify_shift_const_1

2017-08-16 Thread Jeff Law
On 07/13/2017 02:53 AM, Richard Sandiford wrote: > This patch makes simplify_shift_const_1 use scalar_int_modes > for all code that is specific to scalars rather than vectors. > This includes situations in which the new shift mode is different > from the original one, since the function never

[42/77] Use scalar_int_mode in simplify_shift_const_1

2017-07-13 Thread Richard Sandiford
This patch makes simplify_shift_const_1 use scalar_int_modes for all code that is specific to scalars rather than vectors. This includes situations in which the new shift mode is different from the original one, since the function never changes the mode of vector shifts. That in turn makes it