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-master-aarch64-mainline-allyesconfig in repository toolchain/ci/llvm-project.
from cacac05aca3 [BPF] do not generate unused local/global types adds 76a7ecb3aeb [ELF] De-template wrapSymbols, isReserved and addGotEntry. NFC adds 3e0da146ac2 [MIPS GlobalISel] Improve selection of constants adds f9695e166b3 [ELF] Delete unused forward declarations and unused Dynamic [...]
No new revisions were added by this update.
Summary of changes: lld/ELF/Driver.cpp | 4 +- lld/ELF/MarkLive.cpp | 4 +- lld/ELF/OutputSections.h | 9 --- lld/ELF/Relocations.cpp | 6 +- lld/ELF/Symbols.h | 7 -- lld/ELF/SyntheticSections.h | 2 - lld/ELF/Writer.h | 2 - llvm/lib/Target/Mips/MipsInstructionSelector.cpp | 55 ++++++++++----- .../Mips/GlobalISel/instruction-select/branch.mir | 3 +- .../GlobalISel/instruction-select/constants.mir | 80 ++++++++++++++++++++++ .../instruction-select/gloal_address.mir | 3 +- .../Mips/GlobalISel/instruction-select/icmp.mir | 30 +++----- .../Mips/GlobalISel/instruction-select/mul.mir | 6 +- .../Mips/GlobalISel/instruction-select/phi.mir | 3 +- .../Mips/GlobalISel/instruction-select/select.mir | 6 +- .../GlobalISel/instruction-select/stack_args.mir | 3 +- llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/add.ll | 33 +++------ .../test/CodeGen/Mips/GlobalISel/llvm-ir/branch.ll | 3 +- .../CodeGen/Mips/GlobalISel/llvm-ir/constants.ll | 80 +++++++++++++++------- .../Mips/GlobalISel/llvm-ir/global_address.ll | 3 +- llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/icmp.ll | 30 +++----- llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/mul.ll | 33 +++------ llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/phi.ll | 12 ++-- .../CodeGen/Mips/GlobalISel/llvm-ir/rem_and_div.ll | 24 +++---- .../test/CodeGen/Mips/GlobalISel/llvm-ir/select.ll | 15 ++-- .../CodeGen/Mips/GlobalISel/llvm-ir/stack_args.ll | 3 +- llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/sub.ll | 24 +++---- .../GlobalISel/llvm-ir/truncStore_and_aExtLoad.ll | 3 +- 28 files changed, 259 insertions(+), 227 deletions(-) create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/instruction-select/constants.mir