[PATCH] D59726: NestedSCC

David Callahan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 16:17:24 PDT 2019


david2050 created this revision.
Herald added subscribers: llvm-commits, jdoerfert, kristina, dexonsmith, mgorny.
Herald added a project: LLVM.
david2050 planned changes to this revision.

Support for building Nested Strongly connected components 
for a control flow graph.


Repository:
  rL LLVM

https://reviews.llvm.org/D59726

Files:
  include/llvm/ADT/NestedSCC.h
  unittests/ADT/CMakeLists.txt
  unittests/ADT/NestedSCCTest.cpp
  unittests/ADT/SimpleGraph.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59726.191972.patch
Type: text/x-patch
Size: 32224 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190322/87cbab3a/attachment.bin>


More information about the llvm-commits mailing list