[PATCH] D84771: [llvm-profdata] Add intersect/exclude subcommands to aid differential code coverage analysis.

Dokyung Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 15:19:04 PDT 2020


dokyungs updated this revision to Diff 283038.
dokyungs edited the summary of this revision.
dokyungs added a comment.

Fixed intersect/exclude logic; skip unmatching test profile data.

Added tests for both intersect/exclude subcommands to check their basic functionality.

Code deduplication/cleanup is work in progress; will be addressed in the next upload.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84771

Files:
  llvm/include/llvm/ProfileData/InstrProf.h
  llvm/lib/ProfileData/InstrProf.cpp
  llvm/test/tools/llvm-profdata/exclude.test
  llvm/test/tools/llvm-profdata/intersect.test
  llvm/tools/llvm-profdata/llvm-profdata.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84771.283038.patch
Type: text/x-patch
Size: 16445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200804/a44c9688/attachment.bin>


More information about the llvm-commits mailing list