Re: [45/77] Make extract_left_shift take a scalar_int_mode

2017-08-23 Thread Jeff Law
On 07/13/2017 02:54 AM, Richard Sandiford wrote: > This patch passes the mode of the shifted value to extract_left_shift > and updates the only caller so that the mode is a scalar_int_mode. > > 2017-07-13 Richard Sandiford > Alan Hayward > David Sherwood > > gcc/ >

[45/77] Make extract_left_shift take a scalar_int_mode

2017-07-13 Thread Richard Sandiford
This patch passes the mode of the shifted value to extract_left_shift and updates the only caller so that the mode is a scalar_int_mode. 2017-07-13 Richard Sandiford Alan Hayward David Sherwood gcc/ * combine.c (extract_left_shift): Add a mode argument and u