This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d84bb1c LTO: Use the correct mangler function in LTOCodeGenerator::ap [...] new 6ceda53 [LoopUnroll] Use the upper bound of the loop trip count to fu [...]
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: include/llvm/Analysis/ScalarEvolution.h | 5 ++ include/llvm/Analysis/TargetTransformInfo.h | 2 + include/llvm/CodeGen/BasicTTIImpl.h | 3 +- include/llvm/Transforms/Scalar.h | 5 +- include/llvm/Transforms/Scalar/LoopUnrollPass.h | 1 + include/llvm/Transforms/Utils/UnrollLoop.h | 4 +- lib/Analysis/ScalarEvolution.cpp | 30 ++++--- lib/Transforms/Scalar/LoopUnrollPass.cpp | 100 +++++++++++++++------ lib/Transforms/Utils/LoopUnroll.cpp | 27 ++++-- .../AArch64/full-unroll-trip-count-upper-bound.ll | 43 +++++++++ 10 files changed, 169 insertions(+), 51 deletions(-) create mode 100644 test/Transforms/LoopUnroll/AArch64/full-unroll-trip-count-upper [...]