[llvm-commits] DIV -> U/S/FDiv Patch For Review

Reid Spencer rspencer at reidspencer.com
Tue Oct 24 10:12:26 PDT 2006


On Mon, 2006-10-23 at 22:57 -0700, Chris Lattner wrote:
> n Oct 23, 2006, at 10:52 PM, Chris Lattner wrote:
> > On Oct 22, 2006, at 7:50 PM, Reid Spencer wrote:
> >
> >> Attached is a patch to implement splitting the signless DIV  
> >> instruction
> >> into UDiv (unsigned), SDiv (signed), and FDiv (floating point)
> >> instructions. This is part of the Signless Types work I'm doing.
> >
> > Overall, this patch looks like a great first step
> 
> Crap, that was obviously supposed to just go to Reid.  :(

No worries. I learned a lot from it. Hopefully someone else will too. :)

Reid.




More information about the llvm-commits mailing list