Re: [52/77] Use scalar_int_mode in extract/store_bit_field

2017-08-24 Thread Jeff Law
On 07/13/2017 02:56 AM, Richard Sandiford wrote: > After a certain point, extract_bit_field and store_bit_field > ensure that they're dealing with integer modes or BLKmode MEMs. > This patch uses scalar_int_mode and opt_scalar_int_mode for > those parts. > > 2017-07-13 Richard Sandiford >

[52/77] Use scalar_int_mode in extract/store_bit_field

2017-07-13 Thread Richard Sandiford
After a certain point, extract_bit_field and store_bit_field ensure that they're dealing with integer modes or BLKmode MEMs. This patch uses scalar_int_mode and opt_scalar_int_mode for those parts. 2017-07-13 Richard Sandiford Alan Hayward David Sherwood gcc/