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-release-aarch64-lts-defconfig in repository toolchain/ci/llvm-project.
from c32d809e9ca [TSan] Ensure we can compile the runtime with older SDKs adds d0104a59619 Make llvm::crc32() work also for input sizes larger than 32 bits. adds cbec01fe058 [clangd] Add workaround for GCC5 host compilers. NFC. adds 22633f85bb7 [LLDB] Fix compilation with GCC 5 adds 02420968fcc Fix x86 32bits MLIR build (NFC) adds c0c5ab30179 [LV] Fix predication for branches with matching true and fa [...] new 96ed02ddeeb [Concepts] Fix incorrect check when instantiating abbreviat [...]
The 1 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/Hover.cpp | 8 ++- clang/lib/Sema/SemaTemplateInstantiate.cpp | 4 +- clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 34 ++++++++++ .../instantiate-abbreviated-template.cpp | 18 +++-- lldb/source/DataFormatters/FormatCache.cpp | 4 ++ lldb/source/DataFormatters/LanguageCategory.cpp | 4 ++ lldb/source/Interpreter/CommandAlias.cpp | 3 +- lldb/source/Interpreter/Options.cpp | 4 +- llvm/lib/Support/CRC.cpp | 10 ++- llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +- .../LoopVectorize/pr44488-predication.ll | 79 ++++++++++++++++++++++ llvm/unittests/Support/CRCTest.cpp | 20 ++++++ mlir/lib/Transforms/DialectConversion.cpp | 2 +- 13 files changed, 176 insertions(+), 16 deletions(-) create mode 100644 llvm/test/Transforms/LoopVectorize/pr44488-predication.ll