[PATCH] D87202: Add a new hidden option -dot-cfg-changes 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 22 16:03:11 PDT 2020


jamieschmeiser updated this revision to Diff 293581.
jamieschmeiser edited the summary of this revision.
jamieschmeiser added a comment.

Respond to review comments: use regex, format HTML output to make it easier
to read, other changes.

Update PR based on changes to other PRs in chain, most notably: change
lambdas to virtual overrides.


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

https://reviews.llvm.org/D87202

Files:
  llvm/include/llvm/IR/ChangeReporters.h
  llvm/include/llvm/Passes/StandardInstrumentations.h
  llvm/lib/IR/ChangeReporters.cpp
  llvm/lib/Passes/StandardInstrumentations.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87202.293581.patch
Type: text/x-patch
Size: 54908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200922/a743252d/attachment.bin>


More information about the llvm-commits mailing list