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-stable-allmodconfig in repository toolchain/ci/llvm-project.
from 13d44b2a0c7 [LegalizeDAG] Use getMemBasePlusOffset to simplify some cod [...] adds 3f66bb20174 [libcxx testing] Remove ALLOW_RETRIES from last futures test adds d86fff6ae7c [ValueTracking] Fix computeKnownBits() with bitwidth-changi [...] adds 0dc91bfd11e [mlir][spirv] Handle debuginfo for control flow ops. new 42a9ca0245a [ARM] Extra VQMOVN/VQSHRN tests. NFC new be6847b17d7 Fix -Wdocumentation warning. NFC. new 43bf2be4d92 LLParser.cpp - remove headers explicitly included in LLPars [...] new 25656332f18 AggressiveAntiDepBreaker.cpp - remove headers explicitly in [...] new 228913780b6 DIEHash.cpp - remove headers explicitly included in DIEHash [...]
The 5 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: .../futures.unique_future/wait_for.pass.cpp | 57 ++- llvm/include/llvm/AsmParser/Parser.h | 1 - llvm/lib/Analysis/ValueTracking.cpp | 94 +++-- llvm/lib/AsmParser/LLParser.cpp | 5 - llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp | 5 - llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp | 2 - llvm/test/CodeGen/Thumb2/mve-vqmovn-combine.ll | 283 +++++++++++++ llvm/test/CodeGen/Thumb2/mve-vqshrn.ll | 462 +++++++++++++++++++++ llvm/unittests/Analysis/ValueTrackingTest.cpp | 42 +- .../Dialect/SPIRV/Serialization/Deserializer.cpp | 40 +- .../lib/Dialect/SPIRV/Serialization/Serializer.cpp | 19 + mlir/test/Dialect/SPIRV/Serialization/debug.mlir | 77 ++++ 12 files changed, 991 insertions(+), 96 deletions(-) create mode 100644 llvm/test/CodeGen/Thumb2/mve-vqmovn-combine.ll create mode 100644 llvm/test/CodeGen/Thumb2/mve-vqshrn.ll