This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-defconfig in repository toolchain/ci/llvm-project.
from 9124fda0adf Merging r355038: new 1a19847514e Merging r351523: new 11c3a5c0f98 Merging r360825:
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: 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