This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 30ed1b37bec [NFC] Reuse variables instead of re-calling getParent new a8f8c0e6e65 [MIPS GlobalISel] Select G_SELECT
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/CodeGen/GlobalISel/LegalizerHelper.cpp | 19 ++- lib/Target/Mips/MipsInstructionSelector.cpp | 9 ++ lib/Target/Mips/MipsLegalizerInfo.cpp | 5 + lib/Target/Mips/MipsRegisterBankInfo.cpp | 7 + .../Mips/GlobalISel/instruction-select/select.mir | 72 +++++++++ test/CodeGen/Mips/GlobalISel/legalizer/select.mir | 172 +++++++++++++++++++++ test/CodeGen/Mips/GlobalISel/llvm-ir/select.ll | 83 ++++++++++ .../Mips/GlobalISel/regbankselect/select.mir | 70 +++++++++ 8 files changed, 429 insertions(+), 8 deletions(-) create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/select.mir create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/select.mir create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/select.ll create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/select.mir