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


  In message <10107251422.AA05118@vlsi1.ultra.nyu.edu>you write:
  >     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.
Actually, for the compare/branch case on a HAVE_cc0 machine, it doesn't have
that kind of potential.  Think about it for a while and you'll see it doesn't
make a difference.

jeff



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