This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFA: reload infrastructure to fix PR target/21623
Bernd Schmidt <bernds_cb1@t-online.de> writes:
> Joern RENNECKE wrote:
> > Joern Rennecke wrote:
> >> It wouldn't allow backwards compatibility, however, unless you want
> >> to have the new macro or
> >> hook live alongside the existing SECONDARY*_RELOAD_CLASS macros,
> >> and reload_{in,out}
> >> optabs for unconverted ports.
> > P.S.: We could make it a target hook, and have the default
> > definition use reload_{in,out} optab.
> > Then we add the use of reload_{in,out}<mode> patterns to our list of
> > obsolescent port features.
>
> Sounds like something I'd be happy with. Ian, any concerns?
I think it sounds like a good step.
Ian