This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with reloading in a new backend...
On Tue, 2008-04-15 at 00:06 +0200, Stelian Pop wrote:
> - I had to add a PLUS case in PREFERRED_RELOAD_CLASS() or else reload
> kept generating incorrect insn (putting constants into EVEN_REGS for
> example). I'm not sure this is correct or if it hides something else...
It does sound odd, but I can't really say it is wrong, as you have an
odd set of requirements here. At least it is working which is good.
Jim