This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 68a1a6cfae8 [SimplifyCFG] avoid crashing after simplifying a switch (PR42737) new c191a7aed36 [DDG] DirectedGraph as a base class for various dependence [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ADT/DirectedGraph.h | 270 +++++++++++++++++++++++++++++++++ unittests/ADT/CMakeLists.txt | 1 + unittests/ADT/DirectedGraphTest.cpp | 295 ++++++++++++++++++++++++++++++++++++ 3 files changed, 566 insertions(+) create mode 100644 include/llvm/ADT/DirectedGraph.h create mode 100644 unittests/ADT/DirectedGraphTest.cpp