Re: [llvm-commits] SETCC InstructionCombining.cpp [#2/3]

2006-12-22 Thread Chris Lattner
On Dec 22, 2006, at 3:08 PM, Reid Spencer wrote: > On Fri, 2006-12-22 at 12:08 -0800, Chris Lattner wrote: > >> >> +/// Four bits are used to represent the condition, as follows: >> +/// 0 A > B >> +/// 1 A == B >> +/// 2 A < B >> +/// 3 A and B are signed >> +/// >> +/// S<=> Defin

Re: [llvm-commits] SETCC InstructionCombining.cpp [#2/3]

2006-12-22 Thread Reid Spencer
On Fri, 2006-12-22 at 12:08 -0800, Chris Lattner wrote: > > +/// Four bits are used to represent the condition, as follows: > +/// 0 A > B > +/// 1 A == B > +/// 2 A < B > +/// 3 A and B are signed > +/// > +/// S<=> Definition S<=> Definition > +/// Always fa