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-aarch64-next-allnoconfig in repository toolchain/ci/llvm-project.
from 8f6d40e9b18 [clang-scan-deps] Add -M to work around -MT issue after r371918 adds 9c5a4a4527b [InstSimplify] simplifyUnsignedRangeCheck(): handle few tau [...] adds 9060643380b [lldb] Code cleanup: FormattersContainer.h: Use range-based [...] adds b743e94cdca [TargetLowering] SimplifyDemandedBits - add EXTRACT_SUBVECT [...] adds b8185153f35 [Diagnostics] Added silence note for -Wsizeof-array-div; su [...] adds 6bc1236d395 Add debug check for null pointers passed to <string_view> adds 34b6f49c2ca compiler-rt/builtins: Make check-builtins run tests on macOS. adds c7d8cc48c13 lld-link: Make Options.td formatting more self-consistent. adds 60aadd19cbf [CodeEmitter] Support instruction widths > 64 bits adds a088b95f891 [CodeEmitter] Improve testing for APInt encoding adds 06b309d5274 [ARM] Simplify and update vmla test. NFC
No new revisions were added by this update.
Summary of changes: clang/lib/Sema/SemaExpr.cpp | 2 + clang/test/Sema/div-sizeof-array.cpp | 23 ++- compiler-rt/test/builtins/CMakeLists.txt | 12 +- compiler-rt/test/builtins/Unit/lit.cfg.py | 3 + libcxx/include/__string | 12 ++ libcxx/include/string_view | 2 +- libcxx/test/libcxx/debug/db_string_view.pass.cpp | 36 ++++ lld/COFF/Options.td | 32 ++-- .../lldb/DataFormatters/FormattersContainer.h | 21 +-- llvm/lib/Analysis/InstructionSimplify.cpp | 53 ++++-- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 15 ++ llvm/test/CodeGen/Thumb2/mve-vmaxv.ll | 1 + llvm/test/CodeGen/Thumb2/mve-vmla.ll | 76 ++++----- llvm/test/CodeGen/X86/vector-reduce-mul.ll | 18 +- llvm/test/TableGen/BigEncoder.td | 66 ++++++++ llvm/test/TableGen/RegisterEncoder.td | 5 +- .../result-of-usub-is-non-zero-and-no-overflow.ll | 18 +- llvm/utils/TableGen/CodeEmitterGen.cpp | 188 +++++++++++++++++---- 18 files changed, 433 insertions(+), 150 deletions(-) create mode 100644 libcxx/test/libcxx/debug/db_string_view.pass.cpp create mode 100644 llvm/test/TableGen/BigEncoder.td