[PATCH] D87000: Add a new hidden option -print-changes that reports in a patch-like notation when a pass actually changes the IR.

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 2 20:24:33 PDT 2020


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

Update PR based on print-changed which has now landed.
Do not move the code into a different file as I previously did
as it made it difficult to see the changes.


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
  llvm/test/Other/change-printer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87000.295951.patch
Type: text/x-patch
Size: 43703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201003/c199dd4d/attachment.bin>


More information about the llvm-commits mailing list