This is the mail archive of the gcc@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: PR 6394


 In message <200204302327.g3UNR2X26790@desire.geoffk.org>, Geoff Keating 
writes:
 > > What I find curious is that we have the same cost (0) for 
 > > R1_REGS, GENERAL_REGS and FP_REGS for reg714, yet GENERAL_OR_FP_REGS has
 > > a cost of 7000+?!?  Weird.
 > 
 > Possibly because GENERAL_OR_FP_REGS doesn't match FP_REG_CLASS_P?
Looks unrelated.  It's also the case that regclass.c knows how to deal with
superclasses in a pretty reasonable manner.  It looks like the costing is
messed up because the PA's 'T' constraint was accepting something it should
have rejected.

jeff


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