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-mainline-allmodconfig in repository toolchain/ci/llvm-monorepo.
from b93f16ecbe9 Bump version to 7.0.1 adds 27b9ba425ee Merging r340927: adds 0b11fdf2a8e Merging r340931: adds dfc01288688 Merging r340932: adds af74082a51b Merging r341221: adds dc1ecbc031d Merging r341919: adds 1c648253704 Merging r342884: adds ec87910c282 Merging r342946:
No new revisions were added by this update.
Summary of changes: llvm/lib/Target/Mips/MicroMips32r6InstrInfo.td | 2 +- llvm/lib/Target/Mips/Mips64InstrInfo.td | 5 +- llvm/lib/Target/Mips/Mips64r6InstrInfo.td | 3 + llvm/lib/Target/Mips/MipsFastISel.cpp | 5 + llvm/lib/Target/Mips/MipsInstrFPU.td | 8 +- llvm/lib/Target/Mips/MipsSEFrameLowering.cpp | 17 +- llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 12 ++ llvm/lib/Target/Mips/MipsSEInstrInfo.cpp | 11 +- llvm/test/CodeGen/Mips/Fast-ISel/bricmpi1.ll | 189 +++++++++++++++++++++ .../buildpairf64-extractelementf64-implicit-sp.ll | 32 ++++ llvm/test/CodeGen/Mips/longbranch.ll | 7 +- llvm/test/CodeGen/Mips/micromips-b-range.ll | 98 +++++++++++ llvm/test/CodeGen/Mips/micromips-mtc-mfc.ll | 68 ++++++++ .../shrink-wrap-buildpairf64-extractelementf64.mir | 150 ++++++++++++++++ llvm/test/CodeGen/Mips/tls.ll | 8 +- 15 files changed, 592 insertions(+), 23 deletions(-) create mode 100644 llvm/test/CodeGen/Mips/Fast-ISel/bricmpi1.ll create mode 100644 llvm/test/CodeGen/Mips/buildpairf64-extractelementf64-implicit-sp.ll create mode 100644 llvm/test/CodeGen/Mips/micromips-b-range.ll create mode 100644 llvm/test/CodeGen/Mips/micromips-mtc-mfc.ll create mode 100644 llvm/test/CodeGen/Mips/shrink-wrap-buildpairf64-extractelementf64.mir