[PATCH] D87000: [NFC intended] Refactor code for print-changed to facilitate reuse.

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 12:39:32 PST 2020


jamieschmeiser updated this revision to Diff 302664.
jamieschmeiser retitled this revision from " Add a new hidden option -print-changes that reports in a patch-like notation when a pass actually changes the IR." to "[NFC intended] Refactor code for print-changed to facilitate reuse.".
jamieschmeiser edited the summary of this revision.
jamieschmeiser added a comment.

As requested, I have broken out the refactoring aspects of the original PR.
I have placed them in this PR and will make a subsequent PR with the new
functionality of print-changes once these refactoring changes have
stabilized/landed to avoid churn in a chain of PRs.  There are no intended
changes to functionality in this PR.


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

https://reviews.llvm.org/D87000

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87000.302664.patch
Type: text/x-patch
Size: 13778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201103/09594aa9/attachment.bin>


More information about the llvm-commits mailing list