[LLVMdev] [PATCH] SelectionDAG Debugging

Dan Gohman gohman at apple.com
Fri Jan 15 14:23:26 PST 2010


On Jan 15, 2010, at 1:38 PM, David Greene wrote:

> On Friday 15 January 2010 15:09, Dan Gohman wrote:
> 
>>> Sound good? reimplement
>> 
>> Unlimited-recursion dumping is what the existing dump routines
>> already do, so it's a little odd to have a flag to allow these
> 
> Which existing dump routines are you referring to?

dumpr(). I guess it wasn't commented. It is now :-).

> 
>> new dump routines to do the same thing. I guess you could
>> refactor the old ones to call the new ones and eliminate some
>> redundant code, if you wanted.
> 
> We probably should.

Ok.

Dan




More information about the llvm-dev mailing list