On Tue, Nov 11, 2014 at 7:56 PM, Michael Meissner
<meiss...@linux.vnet.ibm.com> wrote:
> When I did the original power7 work, I put the reload handlers into vector.md,
> since they were only used for vector types.  Since they are now more general, 
> I
> am moving these insns from vector.md to rs6000.md.  Is this patch acceptable 
> to
> be checked in once the PowerPC boostraps again.
>
> 2014-11-11  Michael Meissner  <meiss...@linux.vnet.ibm.com>
>
>         * config/rs6000/vector.md (VEC_R): Move secondary reload support
>         insns to rs6000.md from vector.md.
>         (reload_<VEC_R:mode>_<P:mptrsize>_store): Likewise.
>         (reload_<VEC_R:mode>_<P:mptrsize>_load): Likewise.
>         (vec_reload_and_plus_<mptrsize>): Likewise.
>
>         * config/rs6000/rs6000.md (RELOAD): New mode iterator for all of
>         the types that have secondary reload address support to load up a
>         base register.
>         (reload_<RELOAD:mode>_<P:mptrsize>_store): Move the reload
>         handlers here from vector.md, and expand the types we generate
>         reload handlers for.
>         (reload_<RELOAD:mode>_<P:mptrsize>_load): Likewise.
>         (vec_reload_and_plus_<mptrsize>): Likewise.

Okay.

Thanks, David

Reply via email to