Paul Vario
2014-Jun-18 16:59 UTC
[LLVMdev] LLVM code that converts Digraph to DAG through SCC collapsing.
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>