[LLVMdev] [PATCH] SelectionDAG Debug

Dan Gohman gohman at apple.com
Mon Mar 1 18:34:07 PST 2010


Do you have a fix for the blackfin codegen? That would be a great
way to motivate this patch.

Otherwise, at a glance, it appears you fixed the issues I raised,
so this is fine, if it catches real bugs.

Dan

On Mar 1, 2010, at 10:02 AM, David Greene wrote:

> Just so this doesn't get lost in threads dealing with SelectionDAG
> issues, I'd like to post this patch for review.  It changes the SDUse
> list from an intrusive list to a std::list<> under XDEBUG.  This allows
> us to use the debugging features of the standard library to track down
> stubborn bugs.
> 
> I've used this to diagnose in issue in SelectionDAG in our sources and
> also in the Blackfin codegen on TOT.
> 
> Please review, comment and let me know what needs to change for
> commit.
> 
> Thanks!
> 
>                                          -Dave
> 
> <sdxdebug.patch>_______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list