This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 510820a6ce4 [llcm-readobj] - Fix BB after t368272. new efe5b636e57 [MIPS GlobalISel] Select jump_table and brjt
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 | 73 ++++++ lib/Target/Mips/MipsLegalizerInfo.cpp | 5 +- lib/Target/Mips/MipsRegisterBankInfo.cpp | 6 + .../instruction-select/jump_table_and_brjt.mir | 291 +++++++++++++++++++++ .../GlobalISel/legalizer/jump_table_and_brjt.mir | 213 +++++++++++++++ .../Mips/GlobalISel/llvm-ir/jump_table_and_brjt.ll | 288 ++++++++++++++++++++ .../regbankselect/jump_table_and_brjt.mir | 219 ++++++++++++++++ 7 files changed, 1094 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/jump_table_and_ [...] create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/jump_table_and_brjt.mir create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/jump_table_and_brjt.ll create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/jump_table_and_brjt.mir