[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
Mon Aug 10 10:22:45 PDT 2020


dokyungs updated this revision to Diff 284427.
dokyungs added a comment.

Deduplicated almost identical code; merged intersect_main and
exclude_main into reduce_main, intersectValueProfdate and
excludeValueProfData into reduceValueProfData.


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.284427.patch
Type: text/x-patch
Size: 14940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200810/ee4f7e8b/attachment.bin>


More information about the llvm-commits mailing list