[PATCH] D87202: Add new choices dot-cfg and dot-cfg-quiet to print-changed which creates a website of DOT files showing colourized changes as the IR is changed by passes in the new pass manager pipeline.

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 14 14:02:06 PDT 2021


jamieschmeiser updated this revision to Diff 372556.
jamieschmeiser edited the summary of this revision.
jamieschmeiser added a comment.
Herald added a subscriber: ormris.

I have addressed your comments from previous reviews.  Regarding the statics to avoid a crash,
I figured out that the problem was a template instantiation that was missing a const, resulting
in a copy being made, which didn't copy everything.  This has been fixed.  I have also
simplified the code and templates.


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

https://reviews.llvm.org/D87202

Files:
  llvm/include/llvm/Passes/StandardInstrumentations.h
  llvm/include/llvm/Support/DOTGraphTraits.h
  llvm/include/llvm/Support/GraphWriter.h
  llvm/lib/Passes/StandardInstrumentations.cpp
  llvm/test/Other/ChangePrinters/print-changed-dot-cfg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87202.372556.patch
Type: text/x-patch
Size: 107853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210914/5d5d4c44/attachment-0001.bin>


More information about the llvm-commits mailing list