Displaying 1 result from an estimated 1 matches for "dc8ed683".
Did you mean:
dc8bd483
2016 Aug 03
2
Initial selection DAG creation (SelectionDAG.cpp) - output detailed debug info
Hello.
In order to detect a problem in the initial selection DAG creation that I have in my
back end I need to output detailed debug info from the SelectionDAG.cpp module with all
the TableGen records that are being processed, and compare between a working back end and
my buggy back end.
I can debug by adding myself DEBUG() statements in the visit*() methods of the
SelectionDAG.cpp