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-arm-next-allmodconfig 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 new b9a243d1cac2 [Coroutines] Enhance symmetric transfer for constant CmpInst
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: lld/CMakeLists.txt | 9 ++ lld/ELF/Driver.cpp | 9 ++ lld/test/CMakeLists.txt | 1 + lld/test/ELF/gc-sections-metadata-startstop.s | 1 + lld/test/ELF/gc-sections-startstop-hint.s | 1 + lld/test/ELF/gc-sections-startstop.s | 1 + lld/test/lit.cfg.py | 3 + lld/test/lit.site.cfg.py.in | 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 +- 19 files changed, 264 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