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-allnoconfig in repository toolchain/ci/llvm-project.
from 0cffa939a7d Fix crash in InfinteLoopCheck adds 4f53867ec27 Drop git version suffix new f87a0929c6b Add lowering of STRICT_FSETCC and STRICT_FSETCCS new a97c77ad175 [FPEnv][AArch64] Add lowering and instruction selection for [...] new fca6c5e5dbf [FPEnv][AArch64] Add lowering and instruction selection for [...] new 19f4aa2d0ad [FPEnv][ARM] Add lowering of STRICT_FSETCC and STRICT_FSETCCS new cff417cffd6 [FPEnv][AArch64] Add lowering of f128 STRICT_FSETCC new cbac41966b8 [ARM] Fix infinite loop when lowering STRICT_FP_EXTEND new b5d9a7e72fa [AArch64][FPenv] Update chain of int to fp conversion new f636e9feb9f [FPEnv][ARM] Don't call mutateStrictFPToFP when lowering
The 8 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/CMakeLists.txt | 2 +- libcxxabi/CMakeLists.txt | 2 +- libunwind/CMakeLists.txt | 2 +- llvm/CMakeLists.txt | 2 +- .../CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 10 +- llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | 139 +- llvm/lib/Target/AArch64/AArch64ISelLowering.h | 4 + llvm/lib/Target/AArch64/AArch64InstrFormats.td | 6 +- llvm/lib/Target/AArch64/AArch64InstrInfo.td | 25 +- llvm/lib/Target/ARM/ARMISelLowering.cpp | 85 +- llvm/lib/Target/ARM/ARMISelLowering.h | 5 +- llvm/lib/Target/ARM/ARMInstrVFP.td | 14 +- llvm/test/CodeGen/AArch64/fp-intrinsics.ll | 1568 ++++++++++++++++++++ .../AArch64/fpconv-vector-op-scalarize-strict.ll | 22 +- llvm/test/CodeGen/AArch64/strict-fp-int-promote.ll | 67 + llvm/test/CodeGen/ARM/fp-intrinsics.ll | 562 ++++++- 16 files changed, 2407 insertions(+), 108 deletions(-) create mode 100644 llvm/test/CodeGen/AArch64/fp-intrinsics.ll create mode 100644 llvm/test/CodeGen/AArch64/strict-fp-int-promote.ll