[PATCH] D64088: [DDG] DirectedGraph as a base class for various dependence graphs such as DDG and PDG.
    Min-Yih Hsu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jul  4 07:26:18 PDT 2019
    
    
  
myhsu added a comment.
Is there any plan on supporting `GraphTraits` in this patch? I understand that sometimes it probably will be more suitable for derived class of `DirectedGraph` to implement `GraphTraits`. But I see no problem on providing a basic implementation of `GraphTraits` for  `DirectedGraph` here.
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