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


    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.


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