This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a5f55e79b6c [MIPS GlobalISel] Select floor and ceil new 9f0c8880fb8 [MIPS GlobalISel] Select fpext and fptrunc new 271f77cd2f7 [MIPS GlobalISel] Select fabs
The 2 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 | 10 ++++ lib/Target/Mips/MipsLegalizerInfo.cpp | 8 ++- lib/Target/Mips/MipsRegisterBankInfo.cpp | 11 +++- .../Mips/GlobalISel/instruction-select/fabs.mir | 65 ++++++++++++++++++++++ .../instruction-select/fpext_and_fptrunc.mir | 65 ++++++++++++++++++++++ test/CodeGen/Mips/GlobalISel/legalizer/fabs.mir | 61 ++++++++++++++++++++ .../GlobalISel/legalizer/fpext_and_fptrunc.mir | 61 ++++++++++++++++++++ test/CodeGen/Mips/GlobalISel/llvm-ir/fabs.ll | 27 +++++++++ .../Mips/GlobalISel/llvm-ir/fpext_and_fptrunc.ll | 25 +++++++++ .../CodeGen/Mips/GlobalISel/regbankselect/fabs.mir | 63 +++++++++++++++++++++ .../GlobalISel/regbankselect/fpext_and_fptrunc.mir | 63 +++++++++++++++++++++ 11 files changed, 457 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/fabs.mir create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/fpext_and_fptrunc.mir create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/fabs.mir create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/fpext_and_fptrunc.mir create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/fabs.ll create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/fpext_and_fptrunc.ll create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/fabs.mir create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/fpext_and_fptrunc.mir