[LLVMdev] [PATCH] SelectionDAG Debug

David Greene dag at cray.com
Mon Mar 1 10:02:45 PST 2010


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: sdxdebug.patch
Type: text/x-patch
Size: 7881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100301/b83b5e81/attachment.bin>


More information about the llvm-dev mailing list