[PATCH] D91890: Introduce -print-changed=[diff | diff-quiet] which show changes in patch-like format

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 06:55:12 PST 2021


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

Respond to review comments:
Establish an ordering based on the "after" ordering with the removed
sections interspersed.  This ordering is applied to get the basic blocks
in the order they are in the function and also applied to the functions
to get them into the same order they are in the module.


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

https://reviews.llvm.org/D91890

Files:
  llvm/include/llvm/Passes/StandardInstrumentations.h
  llvm/lib/Passes/StandardInstrumentations.cpp
  llvm/test/Other/ChangePrinters/lit.local.cfg
  llvm/test/Other/ChangePrinters/print-changed-diff.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91890.317550.patch
Type: text/x-patch
Size: 38414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210119/cb5e3f54/attachment.bin>


More information about the llvm-commits mailing list