This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 63ca6b52d57 Revert r341413 new 9b5f11d5746 Fix a configure issue with Visual Studio generators. new e465d88cdec [SampleFDO] Make sample profile loader unaware of compact f [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: cmake/modules/AddLLVM.cmake | 2 +- include/llvm/ProfileData/SampleProf.h | 86 +++++++++++++++++++-- lib/ProfileData/SampleProf.cpp | 8 ++ lib/ProfileData/SampleProfReader.cpp | 1 + lib/Testing/Support/SupportHelpers.cpp | 43 ++++++++--- lib/Transforms/IPO/SampleProfile.cpp | 23 +++--- .../Inputs/function_metadata.compact.afdo | Bin 0 -> 280 bytes .../SampleProfile/Inputs/function_metadata.prof | 10 ++- .../Inputs/indirect-call.compact.afdo | Bin 0 -> 497 bytes test/Transforms/SampleProfile/function_metadata.ll | 1 + test/Transforms/SampleProfile/indirect-call.ll | 1 + 11 files changed, 141 insertions(+), 34 deletions(-) create mode 100644 test/Transforms/SampleProfile/Inputs/function_metadata.compact.afdo create mode 100644 test/Transforms/SampleProfile/Inputs/indirect-call.compact.afdo