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


> >   > We have mechanisms now which make HAVE_cc0 unnecessary (compare-and-jump 
> >   > patterns).  Wouldn't it be easier to just get rid of HAVE_cc0 entirely 
> >   > from the compiler and convert those few remaining ports that use it to the 
> >   > new code?
> > I'm not familiar with this support.  But it sounds like the model I've got
> > for compare/jumps in general.
> 
> What must I read to do a right conversion from HAVE_cc0.


Look for compare-and-branch in md.texi.  Then take a look at the Thumb 
patterns in arm/arm.md (TARGET_THUMB).

R.


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