[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 15:42:37 PDT 2019


wmi updated this revision to Diff 218178.
wmi added a comment.

Extract the common part of compressed-profile-symbol-list.ll and uncompressed-profile-symbol-list.ll to a separate .ll file under Inputs directory.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D66766

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66766.218178.patch
Type: text/x-patch
Size: 34244 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190830/711b4a42/attachment.bin>


More information about the llvm-commits mailing list