This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 55cbcceb16c Fix off-by-one error in TarWriter. new 18ed8f9b454 Rename LoopUnrollStatus to LoopUnrollResult; NFC new 5322884fd86 LoopDeletion: use return value instead of passing in LPMUpd [...] new f391e18bcdf Return the LoopUnrollResult from tryToUnrollLoop; NFC
The 3 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 | 4 +-- lib/Transforms/Scalar/LoopDeletion.cpp | 47 +++++++++++++++----------- lib/Transforms/Scalar/LoopUnrollPass.cpp | 53 +++++++++++++----------------- lib/Transforms/Utils/LoopUnroll.cpp | 22 ++++++------- 4 files changed, 63 insertions(+), 63 deletions(-)