This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dae3d59a6b8 [Instrumentation][NFC] Fix warning. new 3cb9895a5c9 [MIPS GlobalISel] Select phi instruction for integers
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 | 12 + lib/Target/Mips/MipsLegalizerInfo.cpp | 4 + .../Mips/GlobalISel/instruction-select/phi.mir | 71 ++++++ test/CodeGen/Mips/GlobalISel/legalizer/phi.mir | 271 +++++++++++++++++++++ test/CodeGen/Mips/GlobalISel/llvm-ir/phi.ll | 174 +++++++++++++ test/CodeGen/Mips/GlobalISel/regbankselect/phi.mir | 70 ++++++ 6 files changed, 602 insertions(+) create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/phi.mir create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/phi.mir create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/phi.ll create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/phi.mir