This is the mail archive of the gcc-patches@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: cc register usage on i386/2.96


On Tue, Aug 29, 2000 at 11:57:51AM +0200, Jan Hubicka wrote:
> Not always - you need to take care for overflows.
> Gcc does the converison for != 0, but not for > 0

Oh, ok.  Though we should really be doing it for the signed
comparisons, since overflow is undefined there.  But your 
patterns would still match for the unsigneds, so go ahead.


r~

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