This is an archive of the discontinued LLVM Phabricator instance.

[llvm][automemcpy] Allow distribution filtering in analysis
ClosedPublic

Authored by gchatelet on Feb 17 2022, 3:52 AM.

Diff Detail

Event Timeline

gchatelet created this revision.Feb 17 2022, 3:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 17 2022, 3:52 AM
gchatelet requested review of this revision.Feb 17 2022, 3:52 AM
courbet accepted this revision.Feb 17 2022, 4:31 AM
courbet added inline comments.
libc/benchmarks/automemcpy/lib/ResultAnalyzerMain.cpp
25

keep-only ? "filter" can mean "keep" or "filter out".

This revision is now accepted and ready to land.Feb 17 2022, 4:31 AM
gchatelet updated this revision to Diff 409593.Feb 17 2022, 4:54 AM
  • Cleanup StringSet angle brackets, they are not needed in C++17
  • Rename flag so the intent is clearer
gchatelet updated this revision to Diff 409595.Feb 17 2022, 4:56 AM

rebase and squash commits

courbet accepted this revision.Feb 17 2022, 4:56 AM
This revision was landed with ongoing or failed builds.Feb 17 2022, 5:11 AM
This revision was automatically updated to reflect the committed changes.