[PATCH] D90159: [DDG] Data Dependence Graph - DOT printer
    Michael Kruse via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Dec  9 16:24:22 PST 2020
    
    
  
Meinersbur accepted this revision.
Meinersbur added a comment.
This revision is now accepted and ready to land.
Thanks, LGTM.
================
Comment at: llvm/include/llvm/Analysis/DDG.h:489
+      },
+      [&] { OS << ", "; });
+  return OS.str();
----------------
`llvm::interleaveComma` does that without an additional lambda.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90159/new/
https://reviews.llvm.org/D90159
    
    
More information about the llvm-commits
mailing list