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-next-defconfig in repository toolchain/ci/llvm-project.
from c2443155a0f Revert 651f07908a1 "[AArch64] Don't combine callee-save and [...] adds 3c7f6b43969 [clang][modules] Add support for merging lifetime-extended [...] adds 3f4b70c79e6 Revert "[clang][modules] Add support for merging lifetime-e [...] adds a46b959ebd6 [InstCombine] More usub_sat tests. NFC. adds 3a1bef5616c [InstCombine] Adjust usub_sat fold one use checks adds 59b56e5c579 [InstCombine] Expand usub_sat patterns to handle constants adds 40dfc6dff10 [X86] Add floating point execution domain to comi/ucomi/cvt [...] adds 8682d29a287 [Format] Add format check for coroutine keywords with negat [...] adds 85c74384778 [clang][modules] Add support for merging lifetime-extended [...] adds 486d1a53589 Revert "[clang][modules] Add support for merging lifetime-e [...] new 89c47313c9b remove UB from test by making GV alignment explicit new 35bc5276ca3 [libunwind] Emit dependent libraries only when detected by CMake
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: clang/lib/Format/TokenAnnotator.cpp | 3 +- clang/unittests/Format/FormatTest.cpp | 3 + libunwind/CMakeLists.txt | 7 +- libunwind/src/AddressSpace.hpp | 2 +- libunwind/src/RWMutex.hpp | 2 +- llvm/lib/Target/X86/X86InstrAVX512.td | 7 +- llvm/lib/Target/X86/X86InstrSSE.td | 116 ++++---- .../Transforms/InstCombine/InstCombineSelect.cpp | 20 +- llvm/test/CodeGen/X86/avx512-cvt.ll | 48 ++-- llvm/test/CodeGen/X86/ftrunc.ll | 12 +- llvm/test/CodeGen/X86/lzcnt-zext-cmp.ll | 2 +- llvm/test/CodeGen/X86/pr42905.ll | 2 +- llvm/test/CodeGen/X86/sqrt-partial.ll | 4 +- llvm/test/CodeGen/X86/undef-label.ll | 2 +- llvm/test/CodeGen/X86/vec_fp_to_int.ll | 16 +- llvm/test/CodeGen/X86/vec_int_to_fp.ll | 106 ++++---- llvm/test/Transforms/GlobalOpt/atomic.ll | 8 +- .../InstCombine/builtin-dynamic-object-size.ll | 8 +- .../InstCombine/unsigned_saturated_sub.ll | 293 +++++++++++++++++++++ 19 files changed, 497 insertions(+), 164 deletions(-)