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 576e5b39ae4d [clang-tidy] Fix #55134 (regression introduced by 5da7c04) new 483db58f3eb5 compiler-rt: Allow build without __c11_atomic_fetch_nand new 4d039a7a7189 [Support] Add missing <cstdint> header to Signals.h new a517f3439671 [Support] Add missing <cstdint> header to Base64.h new 2e857fe6e390 [ARM] Fix MVE getShuffleCost legalized type check new b75bf750fdc2 [LoopIdiom] Fix bailout for aliasing in memcpy transform. new 198626ad43fd [MIPS] Address instruction selection failure for abs.[sd]
The 6 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: 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 | 27 +- 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 +++ 11 files changed, 445 insertions(+), 27 deletions(-) create mode 100644 llvm/test/CodeGen/Mips/llvm-ir/nan-fp-attr.ll