This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tk1/llvm-master-arm-spec2k6-O3 in repository toolchain/ci/llvm-project.
from 8721490d3859 [x86] split memcmp tests for 32/64-bit targets; NFC adds e5b15c01817d [X86] Add some tests to show incorrect commuting of vcmpsh [...] adds 786b8fcc9b1e [X86] Add vcmpsh/vcmpph to X86InstrInfo::commuteInstructionImpl. adds 62a4c2c10e8e DWARFVerifier: Check section-relative references at the en [...] adds 819818f7d561 [X86] Modify the commuted load isel pattern for VCMPSHZrm [...] adds ff95d2524ac7 [X86] Prevent accidentally accepting cmpeqsh as a valid mnemonic. adds 44d0a99a12ec Add missing triple for test adds ca637014f148 [Analysis][SimplifyLibCalls] improve function signature ch [...] adds 676f16bed5eb [docs] Change llvm-xray options to use the preferred doubl [...] adds 935a6d402429 [test] Change llvm-xray options to use the preferred doubl [...] adds b82ce77b2bf4 [X86] Support avx512fp16 compare instructions in the Intel [...] adds 47d9d55c6660 [clangd] Do not show inlay hints pertaining to code in oth [...] adds b8d451da8610 Add support of the future Debian (Debian 12 - Bookworm) ht [...] adds 2848f6966ea3 [mlir] Set top-down traversal for LinalgElementwiseOpFusion adds 7185007735cd sanitizer_common: fix format string in LibIgnore adds 93c55d5ea24b Reset all options in cl::ResetCommandLineParser() adds 09507b53250d [AArch64][SME] Disable NEON in streaming mode
No new revisions were added by this update.
Summary of changes: clang-tools-extra/clangd/InlayHints.cpp | 5 + .../clangd/unittests/InlayHintTests.cpp | 23 +++ clang/include/clang/Driver/Distro.h | 3 +- clang/lib/Driver/Distro.cpp | 3 + .../lib/sanitizer_common/sanitizer_libignore.cpp | 2 +- llvm/docs/XRayExample.rst | 28 +-- llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 17 +- llvm/lib/Analysis/TargetLibraryInfo.cpp | 6 +- llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp | 52 ++++-- llvm/lib/Support/CommandLine.cpp | 12 +- .../AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 11 +- llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp | 3 +- .../Target/X86/MCTargetDesc/X86ATTInstPrinter.cpp | 32 ++-- .../X86/MCTargetDesc/X86IntelInstPrinter.cpp | 46 ++++- llvm/lib/Target/X86/X86InstrAVX512.td | 14 +- llvm/lib/Target/X86/X86InstrInfo.cpp | 4 + llvm/test/CodeGen/X86/select-of-half-constants.ll | 31 ++++ llvm/test/DebugInfo/X86/skeleton-unit-verify.s | 1 - llvm/test/MC/AArch64/SME/streaming-sve-feature.s | 8 + llvm/test/MC/Disassembler/X86/avx512fp16.txt | 24 +-- llvm/test/MC/Disassembler/X86/avx512fp16vl.txt | 20 +-- llvm/test/MC/X86/avx512-err.s | 3 + llvm/test/MC/X86/intel-syntax-avx512fp16.s | 72 ++++---- llvm/test/MC/X86/intel-syntax-avx512fp16vl.s | 60 +++---- .../InstCombine/X86/simplify-libcalls-memcmp.ll | 22 +++ .../X86/verify_invalid_ref_addr_between.yaml | 2 +- .../X86/verify_invalid_ref_multi_section.s | 193 +++++++++++++++++++++ .../X86/verify_overlapping_cu_ranges.yaml | 2 +- ...t-recursive-calls-only-tail-call-deduction.yaml | 4 +- .../X86/account-recursive-calls-only.yaml | 4 +- .../llvm-xray/X86/convert-basic-arg1-to-yaml.txt | 2 +- .../convert-basic-log-arg1-version3-to-yaml.txt | 2 +- .../X86/convert-basic-log-version3-to-yaml.txt | 2 +- .../llvm-xray/X86/convert-fdr-arg1-to-yaml.txt | 2 +- .../X86/convert-fdr-log-arg1-version3-to-yaml.txt | 2 +- .../X86/convert-fdr-log-version3-to-yaml.txt | 2 +- .../llvm-xray/X86/convert-fdr-to-traceevent.txt | 2 +- .../tools/llvm-xray/X86/convert-fdr-to-yaml.txt | 2 +- .../tools/llvm-xray/X86/convert-roundtrip.yaml | 2 +- llvm/test/tools/llvm-xray/X86/convert-to-yaml.txt | 2 +- .../X86/convert-traceevent-special-events.txt | 2 +- .../llvm-xray/X86/convert-with-debug-syms.txt | 2 +- .../X86/convert-with-standalone-instrmap.txt | 2 +- .../llvm-xray/X86/convert-with-yaml-instrmap.txt | 2 +- .../llvm-xray/X86/fdr-dump-arg1-version-3.txt | 2 +- llvm/test/tools/llvm-xray/X86/fdr-dump-arg1.txt | 2 +- .../tools/llvm-xray/X86/stack-multithread.yaml | 4 +- llvm/unittests/Support/CommandLineTest.cpp | 30 ++++ .../Linalg/Transforms/ElementwiseOpFusion.cpp | 7 +- 49 files changed, 595 insertions(+), 185 deletions(-) create mode 100644 llvm/test/CodeGen/X86/select-of-half-constants.ll create mode 100644 llvm/test/MC/AArch64/SME/streaming-sve-feature.s create mode 100644 llvm/test/Transforms/InstCombine/X86/simplify-libcalls-memcmp.ll create mode 100644 llvm/test/tools/llvm-dwarfdump/X86/verify_invalid_ref_multi_section.s