This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c949f85 [x86] clean up materializeSBB(); NFCI new c4c0c1a [LoopUnrolling] Re-prioritize Peeling and Partial unrolling new a4a7b8d [LoopUnrolling] Peel loops with invariant backedge Phi input new d19fe96 Try again to appease the FreeBSD bot. new fe2b115 [sancov] better input parameters validation
The 4 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/Transforms/Utils/UnrollLoop.h | 3 +- lib/Support/Unix/Threading.inc | 9 ++---- lib/Transforms/Scalar/LoopUnrollPass.cpp | 18 ++++++------ lib/Transforms/Utils/LoopUnrollPeel.cpp | 33 +++++++++++++++++++++- test/Transforms/LoopUnroll/peel-loop-not-forced.ll | 25 ++++++++++++++++ test/tools/sancov/AArch64/print_coverage_pcs.test | 2 +- test/tools/sancov/validation.test | 6 ++++ tools/sancov/sancov.cc | 17 ++++++++--- 8 files changed, 90 insertions(+), 23 deletions(-) create mode 100644 test/Transforms/LoopUnroll/peel-loop-not-forced.ll create mode 100644 test/tools/sancov/validation.test