This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 157e3211894 Fix for bug 41512: lower INSERT_VECTOR_ELT(ZeroVec, 0, Elt) [...] new 71dbcf0b111 [ARM] Implement TTI::getMemcpyCost
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/Analysis/TargetTransformInfo.cpp | 6 + lib/Target/ARM/ARMTargetTransformInfo.cpp | 35 ++ lib/Target/ARM/ARMTargetTransformInfo.h | 2 + test/Analysis/CostModel/ARM/memcpy.ll | 666 +++++++++++++++++++++++++++++- 4 files changed, 705 insertions(+), 4 deletions(-)