[libc-commits] [PATCH] D120037: [llvm][automemcpy] Allow distribution filtering in analysis
Clement Courbet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Feb 17 04:31:49 PST 2022
courbet accepted this revision.
courbet added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libc/benchmarks/automemcpy/lib/ResultAnalyzerMain.cpp:25
+static cl::list<std::string> FilterDistributions(
+ "filter-distributions", cl::ZeroOrMore,
+ cl::desc("<list of valid distribution names to keep, all if unspecified>"));
----------------
`keep-only` ? "filter" can mean "keep" or "filter out".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120037/new/
https://reviews.llvm.org/D120037
More information about the libc-commits
mailing list