This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: new-regalloc vs alpha
On Tue, Jan 30, 2001 at 05:33:23PM -0500, Daniel Berlin wrote:
> > (set (reg:DI foo) (mem:DI (reg:DI $f10)))
...
> Shouldn't reload fix this for us though?
Yes, it should. And if it knows what sort of instruction this is,
it _will_ fix it up. The problem arises only when the insn code
is unknown (step one in the outlined scenario), which means that
it has no operand locations or constraints to work with.
I'm of a mind to step through this scenario with mainline source
and find out why we don't blow up, because it sure looks like we
ought to.
r~