[PATCH] D123677: [PassManager] Implement DOTGraphTraitsViewer under NPM

YangKeao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 6 10:30:10 PDT 2022


YangKeao updated this revision to Diff 427674.
YangKeao added a comment.

Use pointer specialization by default, e.g. `GraphTraits<ScopDetection *>` but not `GraphTraits<ScopDetection>`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123677/new/

https://reviews.llvm.org/D123677

Files:
  llvm/include/llvm/Analysis/DOTGraphTraitsPass.h
  llvm/lib/Analysis/DomPrinter.cpp
  llvm/lib/Analysis/RegionPrinter.cpp
  polly/lib/Analysis/ScopGraphPrinter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123677.427674.patch
Type: text/x-patch
Size: 21699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220506/65e241ca/attachment.bin>


More information about the llvm-commits mailing list