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]

Re: Patch for alpha -mno-fp-regs


On Tue, Mar 21, 2000 at 01:55:17PM -0500, Michael Meissner wrote:
> In generating the patch, I discovered that the recent TF support
> also didn't check for whether you could use the FP registers...

Which would be correct, since the TFmode support doesn't
use the FP registers.  Please back this out.

> 	(movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
> 	used to only use the gprs.

I don't understand why this is necessary.  With -mno-fp-regs
all of the fprs are marked fixed, and so reload and friends
shouldn't be choosing them, and so the "f" alternatives just
don't get used.

The only bits in this patch I agree with is the added test
for floatunsdisf2 and floatunsdidf2. 

What is the nature of the code that's aborting?


r~

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