[PATCH] D103650: [CSSPGO][llvm-profgen] Make extended binary the default output format

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 3 14:58:40 PDT 2021


wenlei created this revision.
wenlei added reviewers: wlei, hoy, wmi.
Herald added subscribers: modimo, lxfind.
wenlei requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Make extended binary the default output format for CSSPGO. This avoids having to pass flag every time when generating profile. It also matches llvm-profdata where binary profile is the default (should we switch to extbinary as default for llvm-profdata?).

We plan to compress name table for context profile, which depends on the built-in compression of extbinary.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103650

Files:
  llvm/test/tools/llvm-profgen/cs-preinline.test
  llvm/test/tools/llvm-profgen/fname-canonicalization.test
  llvm/test/tools/llvm-profgen/inline-cs-dangling-pseudoprobe.test
  llvm/test/tools/llvm-profgen/inline-cs-noprobe.test
  llvm/test/tools/llvm-profgen/inline-cs-pseudoprobe.test
  llvm/test/tools/llvm-profgen/merge-cold-profile.test
  llvm/test/tools/llvm-profgen/noinline-cs-noprobe.test
  llvm/test/tools/llvm-profgen/noinline-cs-pseudoprobe.test
  llvm/test/tools/llvm-profgen/pseudoprobe-decoding.test
  llvm/test/tools/llvm-profgen/recursion-compression-noprobe.test
  llvm/test/tools/llvm-profgen/recursion-compression-pseudoprobe.test
  llvm/test/tools/llvm-profgen/truncated-pseudoprobe.test
  llvm/tools/llvm-profgen/ProfileGenerator.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103650.349701.patch
Type: text/x-patch
Size: 14312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210603/1547705f/attachment-0001.bin>


More information about the llvm-commits mailing list