[all-commits] [llvm/llvm-project] c3aeab: [CSSPGO][llvm-profgen] Add brackets for context id...
ictwanglei via All-commits
all-commits at lists.llvm.org
Fri Feb 12 01:15:41 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3aeabaea16ebe7653004a9af4ac337a34ec9275
https://github.com/llvm/llvm-project/commit/c3aeabaea16ebe7653004a9af4ac337a34ec9275
Author: wlei <wlei at fb.com>
Date: 2021-02-12 (Fri, 12 Feb 2021)
Changed paths:
M llvm/lib/ProfileData/SampleProfWriter.cpp
A llvm/test/tools/llvm-profgen/cs-extbinary.test
M llvm/test/tools/llvm-profgen/inline-cs-noprobe.test
M llvm/test/tools/llvm-profgen/noinline-cs-noprobe.test
M llvm/test/tools/llvm-profgen/recursion-compression-noprobe.test
M llvm/test/tools/llvm-profgen/recursion-compression-pseudoprobe.test
M llvm/tools/llvm-profgen/ProfileGenerator.cpp
M llvm/tools/llvm-profgen/ProfileGenerator.h
M llvm/tools/llvm-profgen/ProfiledBinary.cpp
Log Message:
-----------
[CSSPGO][llvm-profgen] Add brackets for context id to support extended binary format
To align with https://reviews.llvm.org/D95547, we need to add brackets for context id before initializing the `SampleContext`.
Also added test cases for extended binary format from llvm-profgen side.
Differential Revision: https://reviews.llvm.org/D95929
More information about the All-commits
mailing list