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-next-allnoconfig in repository toolchain/ci/llvm-project.
from 4f53867ec27 Drop git version suffix adds f87a0929c6b Add lowering of STRICT_FSETCC and STRICT_FSETCCS adds a97c77ad175 [FPEnv][AArch64] Add lowering and instruction selection for [...] adds fca6c5e5dbf [FPEnv][AArch64] Add lowering and instruction selection for [...] adds 19f4aa2d0ad [FPEnv][ARM] Add lowering of STRICT_FSETCC and STRICT_FSETCCS adds cff417cffd6 [FPEnv][AArch64] Add lowering of f128 STRICT_FSETCC adds cbac41966b8 [ARM] Fix infinite loop when lowering STRICT_FP_EXTEND adds b5d9a7e72fa [AArch64][FPenv] Update chain of int to fp conversion adds f636e9feb9f [FPEnv][ARM] Don't call mutateStrictFPToFP when lowering new 8dbe13ff509 [libcxx] Support Python 3.8 in the test suite
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/utils/libcxx/test/target_info.py | 14 +- .../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 ++++++- 13 files changed, 2415 insertions(+), 106 deletions(-) create mode 100644 llvm/test/CodeGen/AArch64/fp-intrinsics.ll create mode 100644 llvm/test/CodeGen/AArch64/strict-fp-int-promote.ll