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-allnoconfig in repository toolchain/ci/llvm-project.
from 486b173cfeb [NewPM][Sancov] Create the Sancov Pass after building the p [...] adds acf81f4210c [StackMap] Current stackmap version should be 3. NFC. adds 3262084384c [X86][SSE] Add support for <64 x i1> bool reduction adds 9d570020708 [X86] Add test case for PR32546 adds 178cd2cd3a6 [X86][SSE] Fix out of range shift introduced in D67070/rL371328 adds df2501adcac [ARM] Remove declaration of unimplemented function. NFC. adds 8b70139e959 [NFC] Make the describeLoadedValue() hook return machine op [...] adds 5a583665f4c [DebugInfo][X86] Describe call site values for zero-valued imms adds c8afbf3d95d Do not intercept malloc_usable_size on NetBSD adds 14f1990921f Enable leak-detection for NetBSD/amd64 in test/asan adds 307daa71a8f [ASan] Only run dlopen-mixed-c-cxx.c with static runtime adds 90d2be0163e Stop marking 5 ASan tests as failing on NetBSD/i386 adds def6ca8b330 Enable LSan tests for NetBSD/i386 adds 64965430db5 [NFC][InstSimplify] Some tests for dropping null check afte [...] adds aff5bee35fb [InstCombine] fold extract+insert into identity shuffle adds 080ecafdd8b Move prop-sink branch to monorepo. adds 30837abd962 [X86] Teach materializeVectorConstant to not call getZeroVe [...] adds dac34f52d3f [DAGCombiner][X86][ARM] Teach visitMULO to fold multiplies [...] adds 97d41b89174 [X86] Use DAG.getConstant instead of getZeroVector in combi [...] adds 94db67f0e1c [X86] X86DAGToDAGISel::combineIncDecVector(): call getSplat [...] adds 354a46444ce [InstCombine] add tests for icmp with srem operand; NFC adds 6e2c5c87103 [InstSimplify] simplifyUnsignedRangeCheck(): if we know tha [...] adds 9c119012566 [X86] Remove call to getZeroVector from materializeVectorCo [...] adds 77dd86ee4aa [X86] Add a hack to combineVSelectWithAllOnesOrZeros to tur [...] adds 139a9d6c0e0 [InstCombine][NFC] Some tests for usub overflow+nonzero che [...] adds e0ea746215c [X86][SSE] SimplifyDemandedVectorEltsForTargetNode - add fa [...] adds dd0c00b5f8b Enable LSan for NetBSD/i386 in test/asan/lit.cfg.py adds debac75deae Relax opcode checks in test to check for only a number inst [...] adds 861d3439493 [X86] Add avx and avx512f RUN lines to fp128-cast.ll adds 72624b0e59d [X86] Use xorps to create fp128 +0.0 constants. adds fb1e77505ae [X86] Add test cases for fptoui/fptosi/sitofp/uitofp betwee [...] adds 9115c477bb6 [MachineCopyPropagation] Remove redundant copies after Tail [...] adds 197901081bc [X86] Add fp128 test cases for ceil/floor/trunc/nearbyint/r [...] adds 88796a79885 [ELF][test] Improve and reorganize another set of tests adds 8d42a796c2a [X86] Add broadcast load unfolding tests for vmaxps/pd and [...] adds ad7822329fd [X86] Add broadcast load unfolding support for VMAXPS/PD an [...] adds acc95714062 AMDGPU: Remove pointless wrapper nodes for init.exec intrinsics adds 68b2e1973fc [X86] Add broadcast load unfolding tests for smin/umin/smax/smin. adds 8c2ab1c4cbc [X86] Add broadcast load unfold support for smin/umin/smax/umax. adds 667f039c8ca [X86] Add broadcast load unfolding tests for vpcmpeq/vpcmpg [...] adds a88f58ff0e8 [X86] Add broadcast load unfolding support for vpcmpeq/vpcm [...] adds ca6f4522992 [SystemZ] NFC: use clearRegisterDeads() in SystemZElimCompare.cpp adds c363deb5750 [ARM][ParallelDSP] Fix for sext input new ad3841fcae6 [clangd] Improve output of semantic highlighting tests in c [...] new 6b9aedaec68 [ARM][MVE] Decoding of uqrshl and sqrshl accepts unpredicta [...] new 63d5d162377 [clangd] Replace HighlightingKind::NumKinds with LastKind. NFC new d5588293a8c [clangd] Highlight typedefs to template parameters as templ [...] new 3212ecfea8c [lib/ObjectYAML] - Improve and cleanup error reporting in E [...] new c11af417e0d [yaml2obj] - Fix BB after r371380 new 36147adc0b1 GlobalISel: add combiner to form indexed loads.
The 7 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-tools-extra/clangd/ClangdLSPServer.cpp | 2 +- clang-tools-extra/clangd/SemanticHighlighting.cpp | 52 +- clang-tools-extra/clangd/SemanticHighlighting.h | 4 +- .../clangd/unittests/SemanticHighlightingTests.cpp | 56 +- .../Checkers/GenericTaintChecker.cpp | 94 +- clang/test/Analysis/taint-generic.c | 42 + .../sanitizer_platform_interceptors.h | 3 +- .../test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c | 5 +- .../test/asan/TestCases/Posix/coverage-reset.cpp | 2 - compiler-rt/test/asan/TestCases/Posix/coverage.cpp | 1 - .../Posix/interception-in-shared-lib-test.cpp | 2 - .../test/asan/TestCases/suppressions-library.cpp | 1 - compiler-rt/test/asan/lit.cfg.py | 3 +- compiler-rt/test/lsan/lit.common.cfg.py | 2 +- lld/test/ELF/Inputs/canonical-plt-pcrel.s | 5 + lld/test/ELF/Inputs/copy-rel-pie.s | 12 - lld/test/ELF/Inputs/copy-rel.s | 11 + lld/test/ELF/Inputs/gnu-ifunc-dso.s | 4 +- lld/test/ELF/Inputs/gnu-ifunc-gotpcrel.s | 4 - lld/test/ELF/Inputs/protected-function-access.s | 5 - lld/test/ELF/Inputs/startstop-shared2.s | 2 - lld/test/ELF/{plt-aarch64.s => aarch64-plt.s} | 0 lld/test/ELF/canonical-plt-pcrel.s | 33 + lld/test/ELF/canonical-plt-symbolic.s | 24 + lld/test/ELF/compatible-section-types.s | 26 +- lld/test/ELF/copy-rel-pie.s | 30 - lld/test/ELF/copy-rel-pie2.s | 13 - lld/test/ELF/copy-rel.s | 25 + lld/test/ELF/dynsym-pie.s | 8 +- lld/test/ELF/emit-relocs-shared.s | 16 - lld/test/ELF/executable-undefined-ignoreall.s | 15 +- lld/test/ELF/gc-sections-local-sym.s | 5 +- lld/test/ELF/global-offset-table-position.s | 8 +- lld/test/ELF/gnu-ifunc-dso.s | 20 +- lld/test/ELF/gnu-ifunc-gotpcrel.s | 14 - lld/test/ELF/{plt-i686.s => i386-plt.s} | 0 lld/test/ELF/linkerscript/symbol-reserved.s | 3 + lld/test/ELF/merge-section-types.s | 20 - lld/test/ELF/protected-data-access.s | 7 +- lld/test/ELF/protected-function-access.s | 13 +- lld/test/ELF/relro-tls.s | 1 + lld/test/ELF/startstop-gccollect.s | 8 +- lld/test/ELF/startstop-shared2.s | 9 +- lld/test/ELF/symbol-ordering-file.s | 8 +- lld/test/ELF/tls-opt.s | 46 +- lld/test/ELF/typed-undef.s | 11 - ...ptible.s => version-script-local-preemptible.s} | 8 +- lld/test/ELF/{pie-weak.s => weak-undef-got-pie.s} | 12 +- lld/test/ELF/wrap-entry.s | 8 +- lld/test/ELF/wrap-no-real.s | 4 +- lld/test/ELF/wrap-plt.s | 26 +- lld/test/ELF/{plt.s => x86-64-plt.s} | 0 lld/test/ELF/x86-64-reloc-size-shared.s | 57 +- .../llvm/CodeGen/GlobalISel/CombinerHelper.h | 63 +- llvm/include/llvm/CodeGen/TargetInstrInfo.h | 2 +- llvm/include/llvm/CodeGen/TargetLowering.h | 8 + llvm/include/llvm/IR/IntrinsicsAMDGPU.td | 1 + llvm/include/llvm/Object/StackMapParser.h | 4 +- llvm/include/llvm/Support/TargetOpcodes.def | 12 + llvm/include/llvm/Target/GenericOpcodes.td | 35 + llvm/lib/Analysis/InstructionSimplify.cpp | 33 +- llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 42 +- llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp | 218 +- llvm/lib/CodeGen/MachineCopyPropagation.cpp | 65 + llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 22 +- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 +- llvm/lib/CodeGen/TargetInstrInfo.cpp | 6 +- llvm/lib/ObjectYAML/ELFEmitter.cpp | 295 ++- llvm/lib/Target/AArch64/AArch64.h | 2 +- .../Target/AArch64/AArch64PreLegalizerCombiner.cpp | 37 +- llvm/lib/Target/AArch64/AArch64TargetMachine.cpp | 3 +- llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 2 - llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 - llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td | 9 - llvm/lib/Target/AMDGPU/SIISelLowering.cpp | 8 - llvm/lib/Target/AMDGPU/SIInstructions.td | 13 +- llvm/lib/Target/ARM/ARMBaseRegisterInfo.h | 2 - llvm/lib/Target/ARM/ARMInstrMVE.td | 2 + llvm/lib/Target/ARM/ARMParallelDSP.cpp | 12 +- .../Target/ARM/Disassembler/ARMDisassembler.cpp | 6 + llvm/lib/Target/SystemZ/SystemZElimCompare.cpp | 7 +- llvm/lib/Target/X86/X86ISelDAGToDAG.cpp | 9 +- llvm/lib/Target/X86/X86ISelLowering.cpp | 130 +- llvm/lib/Target/X86/X86InstrAVX512.td | 13 +- llvm/lib/Target/X86/X86InstrFoldTables.cpp | 72 + llvm/lib/Target/X86/X86InstrFragmentsSIMD.td | 4 + llvm/lib/Target/X86/X86InstrInfo.cpp | 21 +- llvm/lib/Target/X86/X86InstrSSE.td | 10 +- .../InstCombine/InstCombineVectorOps.cpp | 52 + .../GlobalISel/combiner-load-store-indexing.ll | 182 ++ .../AArch64/GlobalISel/gisel-commandline-option.ll | 7 +- .../GlobalISel/legalizer-info-validation.mir | 14 +- llvm/test/CodeGen/ARM/ParallelDSP/blocks.ll | 2 +- llvm/test/CodeGen/ARM/ParallelDSP/sext-acc.ll | 186 ++ llvm/test/CodeGen/ARM/select.ll | 4 +- .../PowerPC/redundant-copy-after-tail-dup.ll | 3 +- llvm/test/CodeGen/X86/avx512-broadcast-unfold.ll | 2148 ++++++++++++++++++++ llvm/test/CodeGen/X86/avx512-cmp-mask.ll | 51 + llvm/test/CodeGen/X86/combineIncDecVector-crash.ll | 51 + llvm/test/CodeGen/X86/fold-load-vec.ll | 2 +- llvm/test/CodeGen/X86/fp128-cast.ll | 846 ++++++-- llvm/test/CodeGen/X86/fp128-libcalls.ll | 89 + llvm/test/CodeGen/X86/mul-i512.ll | 5 +- .../CodeGen/X86/umulo-128-legalisation-lowering.ll | 4 +- llvm/test/CodeGen/X86/vector-reduce-and-bool.ll | 149 +- llvm/test/CodeGen/X86/vector-reduce-mul.ll | 573 +++--- llvm/test/CodeGen/X86/vector-reduce-or-bool.ll | 155 +- llvm/test/CodeGen/X86/vector-reduce-xor-bool.ll | 286 +-- .../CodeGen/X86/vector-shuffle-combining-ssse3.ll | 6 +- llvm/test/CodeGen/X86/xmulo.ll | 12 +- .../DebugInfo/X86/dbgcall-site-zero-valued-imms.ll | 68 + .../ARM/mve-scalar-shift-unpredictable.txt | 42 + .../Transforms/InstCombine/icmp-div-constant.ll | 124 +- .../InstCombine/insert-extract-shuffle.ll | 17 +- .../result-of-usub-is-non-zero-and-no-overflow.ll | 343 ++++ ...l-check-in-uadd_with_overflow-of-nonnull-ptr.ll | 246 +++ .../tools/yaml2obj/duplicate-section-names.test | 7 +- .../tools/yaml2obj/duplicate-symbol-names.test | 13 +- .../yaml2obj/dynamic-section-raw-content.yaml | 16 +- llvm/test/tools/yaml2obj/dynamic-symbols.yaml | 65 +- .../dynsymtab-implicit-sections-size-content.yaml | 22 +- .../tools/yaml2obj/elf-comdat-broken-info.yaml | 34 +- .../tools/yaml2obj/elf-comdat-broken-members.yaml | 22 + .../tools/yaml2obj/elf-custom-null-section.yaml | 2 +- llvm/test/tools/yaml2obj/program-header.yaml | 13 +- llvm/test/tools/yaml2obj/reloc-sec-info.yaml | 32 +- .../tools/yaml2obj/relocation-missing-symbol.yaml | 14 +- llvm/test/tools/yaml2obj/section-link.yaml | 25 +- .../symtab-implicit-sections-size-content.yaml | 4 +- 129 files changed, 6273 insertions(+), 1625 deletions(-) create mode 100644 lld/test/ELF/Inputs/canonical-plt-pcrel.s delete mode 100644 lld/test/ELF/Inputs/copy-rel-pie.s create mode 100644 lld/test/ELF/Inputs/copy-rel.s delete mode 100644 lld/test/ELF/Inputs/gnu-ifunc-gotpcrel.s delete mode 100644 lld/test/ELF/Inputs/protected-function-access.s delete mode 100644 lld/test/ELF/Inputs/startstop-shared2.s rename lld/test/ELF/{plt-aarch64.s => aarch64-plt.s} (100%) create mode 100644 lld/test/ELF/canonical-plt-pcrel.s create mode 100644 lld/test/ELF/canonical-plt-symbolic.s delete mode 100644 lld/test/ELF/copy-rel-pie.s delete mode 100644 lld/test/ELF/copy-rel-pie2.s create mode 100644 lld/test/ELF/copy-rel.s delete mode 100644 lld/test/ELF/emit-relocs-shared.s delete mode 100644 lld/test/ELF/gnu-ifunc-gotpcrel.s rename lld/test/ELF/{plt-i686.s => i386-plt.s} (100%) delete mode 100644 lld/test/ELF/merge-section-types.s delete mode 100644 lld/test/ELF/typed-undef.s rename lld/test/ELF/{local-ver-preemptible.s => version-script-local-preemptible.s} (75%) rename lld/test/ELF/{pie-weak.s => weak-undef-got-pie.s} (53%) rename lld/test/ELF/{plt.s => x86-64-plt.s} (100%) create mode 100644 llvm/test/CodeGen/AArch64/GlobalISel/combiner-load-store-indexing.ll create mode 100644 llvm/test/CodeGen/ARM/ParallelDSP/sext-acc.ll create mode 100644 llvm/test/CodeGen/X86/avx512-cmp-mask.ll create mode 100644 llvm/test/CodeGen/X86/combineIncDecVector-crash.ll create mode 100644 llvm/test/DebugInfo/X86/dbgcall-site-zero-valued-imms.ll create mode 100644 llvm/test/MC/Disassembler/ARM/mve-scalar-shift-unpredictable.txt create mode 100644 llvm/test/Transforms/InstCombine/result-of-usub-is-non-zero-and [...] create mode 100644 llvm/test/Transforms/InstSimplify/redundant-null-check-in-uadd_ [...] create mode 100644 llvm/test/tools/yaml2obj/elf-comdat-broken-members.yaml