This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 526775b4c67 [FileCheck] Simplify numeric variable interface new e27303d4ae6 [MIPS GlobalISel] Select float and double load and store
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 | 66 ++++++++++----- .../Mips/GlobalISel/instruction-select/load.mir | 94 ++++++++++++++++++++++ .../Mips/GlobalISel/instruction-select/store.mir | 94 ++++++++++++++++++++++ test/CodeGen/Mips/GlobalISel/llvm-ir/load.ll | 22 +++++ test/CodeGen/Mips/GlobalISel/llvm-ir/store.ll | 22 +++++ 5 files changed, 276 insertions(+), 22 deletions(-) create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/load.mir create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/store.mir