[LLVMdev] LLVM code that converts Digraph to DAG through SCC collapsing.

Paul Vario paul.paul.mit at gmail.com
Wed Jun 18 09:59:11 PDT 2014


Hi Fellows,

    I am looking for an example implementation in the LLVM source that
involves collapsing SCCs into one node so as to convert the original
directional cyclic graph to a DAG? I need to do the same to some control
dependence graphs, and would like to see what is the best way to take
advantage of the current LLVM APIs for that purpose. Thanks a lot in
advance.

Best Regards,
Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140618/3522392d/attachment.html>


More information about the llvm-dev mailing list