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-mainline-allnoconfig in repository toolchain/ci/llvm-project.
from bfb1bd1b9906 [Clang][Sema] Avoid crashing for va_arg expressions with b [...] adds eecd0f055baa Have lit preserve SOURCE_DATE_EPOCH adds eaeb7dcf3249 ARM: make FastISel & GISel pass -1 to ADJCALLSTACKUP to si [...] adds 52a400d8e4c4 [InlineCost] model calls to llvm.is.constant* more carefully adds 9d9efb1f67ff [lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GC adds b9a243d1cac2 [Coroutines] Enhance symmetric transfer for constant CmpInst adds 5869ea6c6254 [sanitizer] msan build fix on non linux platforms new fc043d8a256b Revert "[lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GC"
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: compiler-rt/lib/msan/msan_interceptors.cpp | 1 + llvm/lib/Analysis/InlineCost.cpp | 24 ++++++ llvm/lib/Target/ARM/ARMCallLowering.cpp | 2 +- llvm/lib/Target/ARM/ARMFastISel.cpp | 2 +- llvm/lib/Transforms/Coroutines/CoroSplit.cpp | 98 ++++++++++++++-------- .../CodeGen/ARM/GlobalISel/arm-call-lowering.ll | 16 ++-- .../CodeGen/ARM/GlobalISel/arm-param-lowering.ll | 26 +++--- .../GlobalISel/irtranslator-varargs-lowering.ll | 8 +- llvm/test/CodeGen/ARM/fast-call-frame-restore.ll | 19 +++++ .../Transforms/Coroutines/coro-split-musttail4.ll | 65 ++++++++++++++ .../Inline/call-intrinsic-is-constant.ll | 39 +++++++++ llvm/utils/lit/lit/TestingConfig.py | 2 +- 12 files changed, 239 insertions(+), 63 deletions(-) create mode 100644 llvm/test/CodeGen/ARM/fast-call-frame-restore.ll create mode 100644 llvm/test/Transforms/Coroutines/coro-split-musttail4.ll create mode 100644 llvm/test/Transforms/Inline/call-intrinsic-is-constant.ll