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-allmodconfig in repository toolchain/ci/llvm-project.
from 576e5b39ae4d [clang-tidy] Fix #55134 (regression introduced by 5da7c04) adds 483db58f3eb5 compiler-rt: Allow build without __c11_atomic_fetch_nand adds 4d039a7a7189 [Support] Add missing <cstdint> header to Signals.h adds a517f3439671 [Support] Add missing <cstdint> header to Base64.h adds 2e857fe6e390 [ARM] Fix MVE getShuffleCost legalized type check adds b75bf750fdc2 [LoopIdiom] Fix bailout for aliasing in memcpy transform. adds 198626ad43fd [MIPS] Address instruction selection failure for abs.[sd] new d350783a0520 [LoopIdiom] Merge TBAA of adjacent stores when creating memset new 3cd9df8443f8 [clang-format] Fix PointerAlignment: Right not working wit [...]
The 2 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/lib/Format/WhitespaceManager.cpp | 1 + clang/unittests/Format/FormatTest.cpp | 35 +++ compiler-rt/lib/builtins/atomic.c | 3 + llvm/include/llvm/Support/Base64.h | 1 + llvm/include/llvm/Support/Signals.h | 1 + llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp | 3 +- llvm/lib/Target/Mips/MipsISelLowering.cpp | 22 +- llvm/lib/Target/Mips/MipsISelLowering.h | 7 + llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 32 +++ llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 29 +- llvm/test/Analysis/CostModel/ARM/shuffle.ll | 6 + llvm/test/CodeGen/Mips/llvm-ir/nan-fp-attr.ll | 327 ++++++++++++++++++++++ llvm/test/Transforms/LoopIdiom/basic.ll | 43 +++ llvm/test/Transforms/LoopIdiom/memset-tbaa.ll | 47 ++++ 14 files changed, 530 insertions(+), 27 deletions(-) create mode 100644 llvm/test/CodeGen/Mips/llvm-ir/nan-fp-attr.ll