Re: [4/8] Separate reg and mem uses of insv and ext(z)v

2012-10-30 Thread Eric Botcazou
> gcc/ > * expmed.c (store_bit_field_1): Move generation of MEM insvs > to the MEM_P block. > (extract_bit_field_1): Likewise extvs and extzvs. I guess it's in keeping with your earlier changes in these functions. -- Eric Botcazou

[4/8] Separate reg and mem uses of insv and ext(z)v

2012-10-30 Thread Richard Sandiford
This patch simply separates out the MEM and non-MEM insv and ext(z)v cases. On it's own, it's probably a wash whether this is an improvement or not, but it makes the optabs patches much easier. Tested as described in the covering note. OK to install? Richard gcc/ * expmed.c (store_bit_