[PATCH] D64088: [DDG] DirectedGraph as a base class for various dependence graphs such as DDG and PDG.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 13:13:17 PDT 2019
Meinersbur accepted this revision.
Meinersbur added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/unittests/ADT/DirectedGraphTest.cpp:288
+ }
+ else {
+ EXPECT_TRUE(SCC.size() == 1);
----------------
[style] https://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64088/new/
https://reviews.llvm.org/D64088
More information about the llvm-commits
mailing list