[PATCH] D133055: [MachineFunctionPass] Support -filter-passes for -print-changed
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 1 11:05:12 PDT 2022
MaskRay marked an inline comment as done.
MaskRay added inline comments.
================
Comment at: llvm/lib/Passes/StandardInstrumentations.cpp:64
- cl::CommaSeparated, cl::Hidden);
-// An option that supports the -print-changed option. See
-// the description for -print-changed for an explanation of the use
----------------
aeubanks wrote:
> jamieschmeiser wrote:
> > I don't think you meant to remove this comment...
> comment is still removed
Looks like the comment is duplicated.
```
// An option that supports the -print-changed option. See
// the description for -print-changed for an explanation of the use
// of this option. Note that this option has no effect without -print-changed.
```
I have kept one copy.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133055/new/
https://reviews.llvm.org/D133055
More information about the llvm-commits
mailing list