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 <10107251021.AA04107@vlsi1.ultra.nyu.edu>you write:
  >     Why on earth would we want to split a compare and branch if we can't 
  >     schedule the insns separately?
  > 
  > It's not that you can *schedule* them separately, but that splitting it
  > gives more accurate information as to when registers are used and will help
  > better schedule other insns that interact with those insns.
Remember, scheduling happens before dbranch, so the compare and branch
*must* be consecutive on a HAVE_cc0 target, no exceptions.

>From a register usage/scheduling standpoint there is nothing to be gained by
splitting the compare/branch.

jeff


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