[PATCH] D92589: Introduce new option -print-changed-only and associated change printer.

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 12:00:14 PST 2020


aeubanks added a comment.

Thanks, this is much more reviewable.

Should this be a flag toggle for print-changed? You'd never run -print-changed and -print-changed-only at the same time right? Perhaps defaulting to this for -print-changed, and adding a "verbose" option which would preserve the existing behavior would be nice. So it'd be something like the existing -debug-pass-manager-verbose flag. I vaguely remember using the -print-changed flag (I do like it a lot :) ) and being slightly annoyed with the verbosity of the ignored/special passes. WDYT?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92589



More information about the llvm-commits mailing list