[PATCH] D84771: [llvm-profdata] Add intersect/unique set operators to aid differential code coverage analysis.

Dokyung Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 10:28:17 PDT 2020


dokyungs created this revision.
dokyungs added reviewers: morehouse, hctim.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
dokyungs requested review of this revision.

This patch adds llvm-profdata [intersect|unique] operators to help differential code coverage analysis. The patch is not fully ready for review/upstreaming yet, but uploading it to get an early feedback.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84771

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84771.281283.patch
Type: text/x-patch
Size: 12654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200728/41a8cfd8/attachment.bin>


More information about the llvm-commits mailing list