[PATCH] D83852: [llvm-profdata] Implement llvm-profdata overlap for sample profiles

Wei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 21:52:15 PDT 2020


weihe updated this revision to Diff 281468.
weihe added a comment.

Extracted lock step iteration logic into class MatchStep and revised code according to other suggestions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83852

Files:
  llvm/test/tools/llvm-profdata/Inputs/sample-overlap-0.proftext
  llvm/test/tools/llvm-profdata/Inputs/sample-overlap-1.proftext
  llvm/test/tools/llvm-profdata/Inputs/sample-overlap-2.proftext
  llvm/test/tools/llvm-profdata/Inputs/sample-overlap-3.proftext
  llvm/test/tools/llvm-profdata/Inputs/sample-overlap-4.proftext
  llvm/test/tools/llvm-profdata/Inputs/sample-overlap-5.proftext
  llvm/test/tools/llvm-profdata/sample-overlap.test
  llvm/tools/llvm-profdata/llvm-profdata.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83852.281468.patch
Type: text/x-patch
Size: 52845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200729/82b5499e/attachment.bin>


More information about the llvm-commits mailing list