[PATCH] D57827: [opt-viewer] Add --filter option to select remarks for displaying.
Adam Nemet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 6 09:44:10 PST 2019
anemet accepted this revision.
anemet added a comment.
This revision is now accepted and ready to land.
LGTM with the comment.
================
Comment at: llvm/tools/opt-viewer/opt-viewer.py:347-350
+ parser.add_argument(
+ '--filter',
+ default='',
+ help='Only display remarks matching filter expression')
----------------
Mention that it's the pass name that is matched.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57827/new/
https://reviews.llvm.org/D57827
More information about the llvm-commits
mailing list