[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
Wed Sep 30 12:20:52 PDT 2020


jamieschmeiser added a comment.

@ychen, I changed the tests so that the banners check the names of the passes, based on other tests I found that also rely on pass ids.  The other tests use regex to handle template arguments and specify other pass ids directly, so that is what I changed the tests to do.
@MaskRay  I believe your concerns have been addressed; if not, please let me know.


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

https://reviews.llvm.org/D86360



More information about the llvm-commits mailing list