[PATCH] D66766: [SampleFDO] Add symbol whitelist section to discriminate function being cold versus function being newly added

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 19:26:15 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL370563: [SampleFDO] Add profile symbol list section to discriminate function being (authored by wmi, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D66766?vs=218178&id=218199#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D66766

Files:
  llvm/trunk/include/llvm/ProfileData/SampleProf.h
  llvm/trunk/include/llvm/ProfileData/SampleProfReader.h
  llvm/trunk/include/llvm/ProfileData/SampleProfWriter.h
  llvm/trunk/lib/ProfileData/SampleProf.cpp
  llvm/trunk/lib/ProfileData/SampleProfReader.cpp
  llvm/trunk/lib/ProfileData/SampleProfWriter.cpp
  llvm/trunk/lib/Transforms/IPO/SampleProfile.cpp
  llvm/trunk/test/Transforms/SampleProfile/Inputs/profile-symbol-list.ll
  llvm/trunk/test/Transforms/SampleProfile/Inputs/profile-symbol-list.text
  llvm/trunk/test/Transforms/SampleProfile/compressed-profile-symbol-list.ll
  llvm/trunk/test/Transforms/SampleProfile/uncompressed-profile-symbol-list.ll
  llvm/trunk/test/tools/llvm-profdata/Inputs/profile-symbol-list-1.text
  llvm/trunk/test/tools/llvm-profdata/Inputs/profile-symbol-list-2.text
  llvm/trunk/test/tools/llvm-profdata/Inputs/profile-symbol-list.expected
  llvm/trunk/test/tools/llvm-profdata/profile-symbol-list.test
  llvm/trunk/tools/llvm-profdata/llvm-profdata.cpp
  llvm/trunk/unittests/ProfileData/SampleProfTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66766.218199.patch
Type: text/x-patch
Size: 34832 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190831/cd44692e/attachment.bin>


More information about the llvm-commits mailing list