Currently, we lack support to pretty print Value or BasicBlock. it would be nice if DataflowGraph could support them, so user could print the instructions or have more detailed information in panic messages.
One issue is that, the DataflowGraph is unaware of the function's names, but i did not see anything else blocking this change.
It's planned or open to PR?
Currently, we lack support to pretty print
ValueorBasicBlock. it would be nice if DataflowGraph could support them, so user could print the instructions or have more detailed information in panic messages.One issue is that, the DataflowGraph is unaware of the function's names, but i did not see anything else blocking this change.
It's planned or open to PR?