[PATCH] D64088: [DDG] DirectedGraph as a base class for various dependence graphs such as DDG and PDG.
Bardia via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 4 13:15:25 PDT 2019
bmahjour added a comment.
In D64088#1568644 <https://reviews.llvm.org/D64088#1568644>, @lebedev.ri wrote:
> Tests missing.
The tests will be provided with the patches that extend the DirectedGraph and actually build an instance of it. I realize this patch introduces code without tests, but this is all in an effort to keep the reviews small. If there are any other suggestions on how to break up the reviews I'd be more than happy to look into it.
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