This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a72e2a9037b Bring r314809 back. new 2766ade041a [LoopDeletion] Move deleteDeadLoop to to LoopUtils. NFC new d1dce4497d5 Convert an APInt to int64_t properly in TTI::getGEPCost().
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/TargetTransformInfoImpl.h | 4 +- include/llvm/Transforms/Utils/LoopUtils.h | 14 +++ lib/Transforms/Scalar/LoopDeletion.cpp | 136 +----------------------- lib/Transforms/Utils/LoopUtils.cpp | 122 +++++++++++++++++++++ test/Analysis/CostModel/ARM/gep.ll | 3 + 5 files changed, 143 insertions(+), 136 deletions(-)