This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5476168cf0e [X86] Prevent crash in LowerBUILD_VECTORvXi1 for v64i1 vect [...] new 944abc4e95f [Unroll] Add an option to control complete unrolling
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/Transforms/Scalar/LoopUnrollPass.h | 7 +++++ include/llvm/Transforms/Utils/UnrollLoop.h | 3 +- lib/Passes/PassBuilder.cpp | 9 ++++++ lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp | 2 +- lib/Transforms/Scalar/LoopUnrollPass.cpp | 26 +++++++++++----- .../LoopUnroll/disable-full-unroll-by-opt.ll | 35 ++++++++++++++++++++++ 6 files changed, 72 insertions(+), 10 deletions(-) create mode 100644 test/Transforms/LoopUnroll/disable-full-unroll-by-opt.ll