This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cc31a27f1ef Revert r348971: [AMDGPU] Support for "uniform-work-group-si [...] new acfb046e52c [SampleFDO] handle ProfileSampleAccurate when initializing [...]
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: lib/Analysis/ProfileSummaryInfo.cpp | 20 +-------- lib/Transforms/IPO/SampleProfile.cpp | 22 +++++++-- .../Transforms/CodeGenPrepare/section-samplepgo.ll | 29 ------------ .../Inline/inline-cold-callsite-samplepgo.ll | 47 ------------------- .../inline-cold-callsite-samplepgo.ll | 31 +++++++++++++ .../SampleProfile/section-accurate-samplepgo.ll | 52 ++++++++++++++++++++++ 6 files changed, 103 insertions(+), 98 deletions(-) delete mode 100644 test/Transforms/Inline/inline-cold-callsite-samplepgo.ll create mode 100644 test/Transforms/SampleProfile/inline-cold-callsite-samplepgo.ll create mode 100644 test/Transforms/SampleProfile/section-accurate-samplepgo.ll