[PATCH] D149400: [llvm-profdata] Deprecate Compact Binary Sample Profile Format

William Junda Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 19:27:27 PDT 2023


huangjd created this revision.
huangjd added reviewers: davidxl, xur, kazu, snehasish, wenlei, hoy.
Herald added subscribers: wlei, hiraditya.
Herald added a project: All.
huangjd requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Remove support for compact binary sample profile format


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149400

Files:
  llvm/include/llvm/ProfileData/SampleProf.h
  llvm/include/llvm/ProfileData/SampleProfReader.h
  llvm/include/llvm/ProfileData/SampleProfWriter.h
  llvm/lib/ProfileData/SampleProfReader.cpp
  llvm/lib/ProfileData/SampleProfWriter.cpp
  llvm/test/Transforms/SampleProfile/Inputs/indirect-call.compact.afdo
  llvm/test/Transforms/SampleProfile/Inputs/indirect-call.extbinary.afdo
  llvm/test/Transforms/SampleProfile/Inputs/inline.compactbinary.afdo
  llvm/test/Transforms/SampleProfile/indirect-call.ll
  llvm/test/Transforms/SampleProfile/profile-format.ll
  llvm/test/tools/llvm-profdata/Inputs/compat-sample.profdata
  llvm/test/tools/llvm-profdata/compact-sample.proftext
  llvm/test/tools/llvm-profdata/roundtrip.test
  llvm/tools/llvm-profdata/llvm-profdata.cpp
  llvm/tools/llvm-profgen/ProfileGenerator.cpp
  llvm/unittests/ProfileData/SampleProfTest.cpp
  llvm/unittests/tools/llvm-profdata/OutputSizeLimitTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149400.517773.patch
Type: text/x-patch
Size: 26010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230428/08d4c65c/attachment.bin>


More information about the llvm-commits mailing list