[PATCH] D34838: Prototype: Reduce llvm-profdata merge memory usage further

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 17:05:15 PDT 2017


dblaikie updated this revision to Diff 104783.
dblaikie added a comment.

Address code review feedback, including leaving the error handling in, fixing the SummaryBuilder API, and fixing a few bugs I hadn't addressed - check-all now works (& I have a patch for the clang API fixes needed).


https://reviews.llvm.org/D34838

Files:
  include/llvm/ProfileData/InstrProf.h
  include/llvm/ProfileData/InstrProfData.inc
  include/llvm/ProfileData/InstrProfReader.h
  include/llvm/ProfileData/InstrProfWriter.h
  include/llvm/ProfileData/ProfileCommon.h
  lib/ProfileData/InstrProf.cpp
  lib/ProfileData/InstrProfReader.cpp
  lib/ProfileData/InstrProfWriter.cpp
  lib/ProfileData/ProfileSummaryBuilder.cpp
  lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  tools/llvm-profdata/llvm-profdata.cpp
  unittests/ProfileData/InstrProfTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34838.104783.patch
Type: text/x-patch
Size: 76122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170630/70a5b49a/attachment-0001.bin>


More information about the llvm-commits mailing list