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: Recent changes to cse.c


    Remember, scheduling happens before dbranch, so the compare and branch
    *must* be consecutive on a HAVE_cc0 target, no exceptions.

That's what I said, but the point is that having them as separate
insns tells more about how to schedule the *surrounding* insns.  I
admit it's not a major point, but it has the potential to save a cyle
or two in some cases.


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