[PATCH] D51246: Add readers for sample and instruction profile data that remap the mangled names from the underlying profile file.

Richard Smith - zygoloid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 24 18:17:40 PDT 2018


rsmith created this revision.
rsmith added reviewers: davidxl, tejohnson, dlj, erik.pilkington.
Herald added a subscriber: mgorny.

Split out from https://reviews.llvm.org/D51240, see that patch for full context.


Repository:
  rL LLVM

https://reviews.llvm.org/D51246

Files:
  include/llvm/ProfileData/InstrProfReader.h
  include/llvm/ProfileData/ProfRemappingReader.h
  include/llvm/ProfileData/SampleProfReader.h
  lib/ProfileData/CMakeLists.txt
  lib/ProfileData/InstrProfReader.cpp
  lib/ProfileData/ProfRemappingReader.cpp
  lib/ProfileData/SampleProfReader.cpp
  unittests/ProfileData/InstrProfTest.cpp
  unittests/ProfileData/SampleProfTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51246.162525.patch
Type: text/x-patch
Size: 29874 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180825/6f08e464/attachment-0001.bin>


More information about the llvm-commits mailing list