This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 116128c1c03 [AMDGPU] restore r342722 which was reverted with r342743 new 50bc8f679d6 [LoopUnroll] Add check to Latch's terminator in UnrollRunti [...]
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: lib/Transforms/Utils/LoopUnrollRuntime.cpp | 24 +++++-- .../LoopUnroll/runtime-loop-non-exiting-latch.ll | 27 ++++++++ unittests/Transforms/Utils/CMakeLists.txt | 1 + unittests/Transforms/Utils/UnrollLoopTest.cpp | 76 ++++++++++++++++++++++ 4 files changed, 123 insertions(+), 5 deletions(-) create mode 100644 test/Transforms/LoopUnroll/runtime-loop-non-exiting-latch.ll create mode 100644 unittests/Transforms/Utils/UnrollLoopTest.cpp