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]

Re: patch for killing cc0 users


On Thu, Sep 17, 1998 at 12:21:33PM +0100, Joern Rennecke wrote:
> I think we get better code if we put a REG_UNUSED note for cc0 on the
> cc0 setter (or is it already there?), and not consider this insn
> a cc0 setter that has to have a matching cc0 user anymore.

One might argue that there is in fact one bug (in reg-stack)
and one missed optimization (in combine). 

However, I expect the situation in which combine cannot also remove the
cc0 setter to happen basically never.  I've no idea how I would go about
tracking down other potential cc0 mismatches, so I thought it best to 
just let it be.


r~


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