Re: [llvm-commits] Patch resubmit: ROTL/ROTR cleanups

2007-04-02 Thread Chris Lattner
On Apr 2, 2007, at 2:44 PM, Scott Michel wrote: > On Apr 2, 2007, at 1:11 PM, Chris Lattner wrote: > >> On Mar 30, 2007, at 12:02 PM, Scott Michel wrote: >>> Spotted what was probably a long-standing bug, since some of my >>> cleanups >>> were simple substitutions. >> >> Sorry for the delay. In

Re: [llvm-commits] Patch resubmit: ROTL/ROTR cleanups

2007-04-02 Thread Scott Michel
On Apr 2, 2007, at 1:11 PM, Chris Lattner wrote: > On Mar 30, 2007, at 12:02 PM, Scott Michel wrote: >> Spotted what was probably a long-standing bug, since some of my >> cleanups >> were simple substitutions. > > Sorry for the delay. In general, if you keep the changes as simple > and disjoi

Re: [llvm-commits] Patch resubmit: ROTL/ROTR cleanups

2007-04-02 Thread Chris Lattner
On Mar 30, 2007, at 12:02 PM, Scott Michel wrote: > Spotted what was probably a long-standing bug, since some of my > cleanups > were simple substitutions. Sorry for the delay. In general, if you keep the changes as simple and disjoint as possible, I'm more likely to look at them soon :).