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

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 6 11:22:02 PDT 2017


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

Refactor code accessing a potentially std::move'd object to avoid the need for a comment.


https://reviews.llvm.org/D34838

Files:
  include/llvm/ProfileData/InstrProf.h
  include/llvm/ProfileData/InstrProfReader.h
  include/llvm/ProfileData/InstrProfWriter.h
  include/llvm/ProfileData/ProfileCommon.h
  lib/ProfileData/InstrProfReader.cpp
  lib/ProfileData/InstrProfWriter.cpp
  tools/llvm-profdata/llvm-profdata.cpp
  unittests/ProfileData/InstrProfTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34838.105492.patch
Type: text/x-patch
Size: 20750 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170706/f96ab2a2/attachment.bin>


More information about the llvm-commits mailing list