This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch to fix mips GOT overflow


On Sat, Sep 27, 2003 at 12:52:23PM +0100, Richard Sandiford wrote:
> Combine used to optimise this case, but it expects the first operand of
> a LO_SUM to be fed by a HIGH, not $gp.  I'm working on a patch to make
> it more general.

You'll notice that Alpha doesn't expose the gp until after
reload.  Thus combine only sees symbol_ref and is happy to
wrap that in a const.



r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]