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] Fix target/12898 (reload problem on Alpha)


On Thu, Nov 20, 2003 at 02:56:12PM +0100, Falk Hueffner wrote:
> 	* explow.c (copy_to_suggested_reg): Don't create new pseudo for
> 	paradoxical subregs, but copy into contained hardreg.

Hum.  I'm not sure I like this.

I think it'd be better to just restructure how we do construction
of SImode values.  Since we can always use ldah+lda to build any
SImode constant, it seems silly to do that whole search thing for
them.


r~


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