This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f563b78 Workaround MSVC bug when using TrailingObjects from a template. new e26c421 Add function importing info from samplepgo profile to the mod [...]
The 1 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: docs/BranchWeightMetadata.rst | 20 ++++++++++---- include/llvm/IR/Function.h | 12 +++++++-- include/llvm/IR/MDBuilder.h | 9 +++++-- include/llvm/ProfileData/SampleProf.h | 17 ++++++++++++ lib/Analysis/ModuleSummaryAnalysis.cpp | 5 ++++ lib/IR/Function.cpp | 17 ++++++++++-- lib/IR/MDBuilder.cpp | 13 ++++++--- lib/IR/Verifier.cpp | 4 +-- lib/Transforms/IPO/SampleProfile.cpp | 27 +++++++++++++------ ...o-function-summary-callgraph-profile-summary.ll | 5 ++-- test/Transforms/SampleProfile/Inputs/import.prof | 4 +++ test/Transforms/SampleProfile/import.ll | 31 ++++++++++++++++++++++ test/Verifier/function-metadata-bad.ll | 2 +- test/Verifier/metadata-function-prof.ll | 2 +- 14 files changed, 139 insertions(+), 29 deletions(-) create mode 100644 test/Transforms/SampleProfile/Inputs/import.prof create mode 100644 test/Transforms/SampleProfile/import.ll