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-master-arm-mainline-allmodconfig in repository toolchain/ci/llvm-monorepo.
from cb3252bee10 Cleanup test case by removing unused attribute dso_local adds effc19e0c7c [SEH] Zero-initialize EXCEPTION_RECORD and UNWIND_HISTORY_T [...] adds b222318384b [DeadArgElim] Fixes for dbg.values using dead arg/return values adds f8a7fa89e8b Fix "not all control paths return a value" MSVC warnings. NFCI. adds b68289e2daa [TargetLowering] Add ISD::EXTRACT_VECTOR_ELT support to Sim [...] adds 9560488440b [clang-tidy] NFC Consolidate test absl::Time implementation adds d622781327f Fix bug where we'd try symbolize a second time with the sam [...] adds c8d0d3fdf66 Use the standard Duration factory matcher adds d46b9bc8bdd [CodeGen] Allow mempcy/memset to generate small overlapping [...]
No new revisions were added by this update.
Summary of changes: .../abseil/UpgradeDurationConversionsCheck.cpp | 6 +- .../test/clang-tidy/Inputs/absl/time/time.h | 72 +++++++++++++++++++++ .../test/clang-tidy/abseil-duration-comparison.cpp | 60 +----------------- .../clang-tidy/abseil-duration-factory-float.cpp | 32 +--------- .../clang-tidy/abseil-duration-factory-scale.cpp | 30 +-------- .../abseil-upgrade-duration-conversions.cpp | 45 +------------ compiler-rt/lib/asan/scripts/asan_symbolize.py | 2 +- libunwind/src/Unwind-seh.cpp | 2 + .../llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 3 + llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 8 +-- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 19 ++++++ .../lib/Transforms/IPO/DeadArgumentElimination.cpp | 15 +++-- llvm/test/CodeGen/AArch64/arm64-memcpy-inline.ll | 12 ++-- llvm/test/CodeGen/PowerPC/jaggedstructs.ll | 6 +- llvm/test/CodeGen/PowerPC/structsinmem.ll | 3 +- llvm/test/CodeGen/PowerPC/structsinregs.ll | 3 +- llvm/test/CodeGen/X86/known-signbits-vector.ll | 12 +--- llvm/test/CodeGen/X86/memcpy-from-string.ll | 3 +- llvm/test/CodeGen/X86/memset-2.ll | 3 +- llvm/test/CodeGen/X86/memset-zero.ll | 42 +++++-------- llvm/test/CodeGen/X86/pr35918.ll | 4 +- llvm/test/CodeGen/X86/unaligned-load.ll | 73 +++++++++++++++++++--- .../DeadArgElim/dbginfo-update-dbgval-local.ll | 67 ++++++++++++++++++++ 23 files changed, 278 insertions(+), 244 deletions(-) create mode 100644 clang-tools-extra/test/clang-tidy/Inputs/absl/time/time.h create mode 100644 llvm/test/Transforms/DeadArgElim/dbginfo-update-dbgval-local.ll