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-stable-allmodconfig in repository toolchain/ci/llvm-project.
from 8195a96595b [ARM][VecReduce] Force expand vector_reduce_fmin adds b4efc29f1cc Update for Clang 10 release notes in order to have referenc [...] adds 4c96b369a07 [X86] -fpatchable-function-entry=N,0: place patch label aft [...] adds fd271fd64a2 Don't warn about missing declarations for partial template [...] adds 5288d7af5bc [OpenMP][OMPT] fix reduction test for 32-bit x86 adds 424babb89ad [LLD] Add release notes for MinGW for the 10.x branch adds 0f99f678feb [docs] Add LLVM/LLDB release notes for the 10.x branch for [...] adds 7e518f3159b [clang] Add release notes for the 10.x branch for things I've done adds d5361190993 [libcxx] Add release notes for the 10.x branch for things I [...] adds 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 [...]
No new revisions were added by this update.
Summary of changes: clang-tools-extra/clangd/Hover.cpp | 8 ++- clang/docs/ReleaseNotes.rst | 25 ++++++- clang/lib/Sema/SemaDecl.cpp | 1 + .../SemaCXX/warn-missing-variable-declarations.cpp | 2 + compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cpp | 9 ++- libcxx/docs/ReleaseNotes.rst | 5 ++ lld/docs/ReleaseNotes.rst | 28 +++++++- 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/docs/ReleaseNotes.rst | 9 +++ llvm/lib/Support/CRC.cpp | 10 ++- llvm/lib/Target/X86/X86MCInstLower.cpp | 19 ++++++ llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +- .../AArch64/patchable-function-entry-bti.ll | 6 +- .../CodeGen/X86/patchable-function-entry-ibt.ll | 68 +++++++++++++++---- .../LoopVectorize/pr44488-predication.ll | 79 ++++++++++++++++++++++ llvm/unittests/Support/CRCTest.cpp | 20 ++++++ mlir/lib/Transforms/DialectConversion.cpp | 2 +- .../ompt/synchronization/reduction/tree_reduce.c | 10 ++- 21 files changed, 289 insertions(+), 29 deletions(-) create mode 100644 llvm/test/Transforms/LoopVectorize/pr44488-predication.ll