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-mainline-allnoconfig 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]
No new revisions were added by this update.
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