[PATCH] D100237: [NewPM] Fix -print-changed when a -filter-print-funcs function is removed

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 12 07:52:22 PDT 2021


jamieschmeiser added a comment.

Do you think that the IR being deleted should be reported rather than silently disappearing from the trace?  Perhaps with Out << "*** IR Deleted" << Name << " ***\n"; before the return?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100237



More information about the llvm-commits mailing list