This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dd572aa Fix testcases failing after r284036 new 3d05abf Revert "[LoopUnroll] Use the upper bound of the loop trip cou [...] new b15c258 [MIRParser] Parse lane masks for register live-ins
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/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/CodeGen/MIRParser/MILexer.cpp | 37 +++++--- lib/CodeGen/MIRParser/MILexer.h | 1 + lib/CodeGen/MIRParser/MIParser.cpp | 48 ++++++++-- lib/CodeGen/MIRPrinter.cpp | 2 +- lib/Transforms/Scalar/LoopUnrollPass.cpp | 100 ++++++--------------- lib/Transforms/Utils/LoopUnroll.cpp | 27 ++---- test/CodeGen/MIR/Hexagon/parse-lane-masks.mir | 23 +++++ .../AArch64/full-unroll-trip-count-upper-bound.ll | 43 --------- 15 files changed, 138 insertions(+), 193 deletions(-) create mode 100644 test/CodeGen/MIR/Hexagon/parse-lane-masks.mir delete mode 100644 test/Transforms/LoopUnroll/AArch64/full-unroll-trip-count-upper [...]