This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-aarch64-spec2k6-Os_LTO in repository toolchain/ci/llvm-project.
from 9124fda0adf Merging r355038: adds 1a19847514e Merging r351523: adds 11c3a5c0f98 Merging r360825:
No new revisions were added by this update.
Summary of changes: compiler-rt/cmake/base-config-ix.cmake | 4 ++-- llvm/lib/Target/AVR/AVRISelLowering.cpp | 28 ++++++++++++++--------- llvm/lib/Target/AVR/AVRISelLowering.h | 8 ++++++- llvm/lib/Target/AVR/AVRSubtarget.cpp | 12 ++++++++-- llvm/lib/Target/AVR/AVRSubtarget.h | 5 +++- llvm/test/CodeGen/AVR/{mul.ll => hardware-mul.ll} | 2 ++ llvm/test/CodeGen/AVR/smul-with-overflow.ll | 2 +- llvm/test/CodeGen/AVR/software-mul.ll | 28 +++++++++++++++++++++++ llvm/test/CodeGen/AVR/umul-with-overflow.ll | 2 +- 9 files changed, 72 insertions(+), 19 deletions(-) rename llvm/test/CodeGen/AVR/{mul.ll => hardware-mul.ll} (90%) create mode 100644 llvm/test/CodeGen/AVR/software-mul.ll