[PATCH] D86360: Add new hidden option -print-changed which only reports changes to IR

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 09:55:39 PDT 2020


jamieschmeiser updated this revision to Diff 292834.
jamieschmeiser added a comment.

Respond to review comments: change comments, few code revisions, notably with
std::string.  Tighten up test cases with more -NEXT checks of the IR.

Fixed a bug so that the initial IR reported is always the module.


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

https://reviews.llvm.org/D86360

Files:
  llvm/include/llvm/Passes/StandardInstrumentations.h
  llvm/lib/IR/LegacyPassManager.cpp
  llvm/lib/Passes/StandardInstrumentations.cpp
  llvm/test/Other/change-printer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86360.292834.patch
Type: text/x-patch
Size: 26505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200918/25f6cbb6/attachment.bin>


More information about the llvm-commits mailing list