This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 051a0b5 Use C++ casts to avoid a warning new 1369b53 The patch refactors unroll pass. Summary: Unroll factor (Coun [...] new bc6df7a [PM] Port the Sample FDO to new PM (part-2)
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: include/llvm/Analysis/TargetTransformInfo.h | 5 + include/llvm/Transforms/SampleProfile.h | 27 ++ include/llvm/Transforms/Utils/UnrollLoop.h | 8 +- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/IPO/SampleProfile.cpp | 22 +- lib/Transforms/Scalar/LoopUnrollPass.cpp | 445 +++++++++++---------- lib/Transforms/Utils/LoopUnroll.cpp | 10 +- .../LoopUnroll/partial-unroll-const-bounds.ll | 2 +- test/Transforms/SampleProfile/branch.ll | 1 + test/Transforms/SampleProfile/calls.ll | 1 + test/Transforms/SampleProfile/cov-zero-samples.ll | 1 + test/Transforms/SampleProfile/coverage-warning.ll | 1 + test/Transforms/SampleProfile/discriminator.ll | 1 + test/Transforms/SampleProfile/entry_counts.ll | 1 + test/Transforms/SampleProfile/fnptr.ll | 3 + test/Transforms/SampleProfile/gcc-simple.ll | 1 + test/Transforms/SampleProfile/inline-combine.ll | 1 + test/Transforms/SampleProfile/inline-coverage.ll | 1 + test/Transforms/SampleProfile/inline-hint.ll | 1 + test/Transforms/SampleProfile/inline.ll | 1 + test/Transforms/SampleProfile/nolocinfo.ll | 1 + test/Transforms/SampleProfile/offset.ll | 1 + test/Transforms/SampleProfile/propagate.ll | 1 + test/Transforms/SampleProfile/remarks.ll | 1 + test/Transforms/SampleProfile/syntax.ll | 9 + 26 files changed, 334 insertions(+), 214 deletions(-) create mode 100644 include/llvm/Transforms/SampleProfile.h