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-arm-lts-allyesconfig in repository toolchain/ci/llvm-project.
from 0fbe860711be [Clang][Fortify] drop inline decls when redeclared adds b83c4a2dc0fb [x86] Fix infinite loop inside DAG combiner with lzcnt feature. adds 9a3e81e1f91f [InstCombine] canonicalize select with signbit test adds e7a9fd4f57d6 [LV] Add test case for PR54427. adds 0d2efbb8b82c [LV] Always use add to add scalar iv and (startidx + step) [...] adds ebf29ba9f0a3 [LV] Remove stray debug dump added in 0d2efbb8b82c. new 324127d8da95 [libcxx] Add some missing xlocale wrapper functions for OpenBSD
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: libcxx/include/__support/openbsd/xlocale.h | 20 ++++++ llvm/lib/Target/X86/X86ISelLowering.cpp | 21 +++--- .../Transforms/InstCombine/InstCombineSelect.cpp | 17 +++++ llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 15 ++-- llvm/test/CodeGen/X86/lzcnt-zext-cmp.ll | 34 +++++++++ llvm/test/Transforms/InstCombine/ashr-lshr.ll | 80 +++++++++++----------- llvm/test/Transforms/InstCombine/logical-select.ll | 4 +- .../Transforms/InstCombine/truncating-saturate.ll | 4 +- .../LoopVectorize/induction-unroll-novec.ll | 46 +++++++++++++ 9 files changed, 176 insertions(+), 65 deletions(-) create mode 100644 llvm/test/Transforms/LoopVectorize/induction-unroll-novec.ll