This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6bc58e6d3db [BPF] do not generate unused local/global types new 20744f0b1f3 [MIPS GlobalISel] Improve selection of constants
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: 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 +- test/CodeGen/Mips/GlobalISel/llvm-ir/add.ll | 33 +++------ test/CodeGen/Mips/GlobalISel/llvm-ir/branch.ll | 3 +- test/CodeGen/Mips/GlobalISel/llvm-ir/constants.ll | 80 +++++++++++++++------- .../Mips/GlobalISel/llvm-ir/global_address.ll | 3 +- test/CodeGen/Mips/GlobalISel/llvm-ir/icmp.ll | 30 +++----- test/CodeGen/Mips/GlobalISel/llvm-ir/mul.ll | 33 +++------ 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 ++-- test/CodeGen/Mips/GlobalISel/llvm-ir/stack_args.ll | 3 +- test/CodeGen/Mips/GlobalISel/llvm-ir/sub.ll | 24 +++---- .../GlobalISel/llvm-ir/truncStore_and_aExtLoad.ll | 3 +- 21 files changed, 252 insertions(+), 200 deletions(-) create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/constants.mir