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-allyesconfig in repository toolchain/ci/llvm-monorepo.
from b93f16ecbe9 Bump version to 7.0.1 new 27b9ba425ee Merging r340927: new 0b11fdf2a8e Merging r340931: new dfc01288688 Merging r340932: new af74082a51b Merging r341221: new dc1ecbc031d Merging r341919: new 1c648253704 Merging r342884: new ec87910c282 Merging r342946:
The 7 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: 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