This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b98f6099a5e [X86] Add test cases showing missed opportunities to use th [...] new e4d9699aa0c [MIPS GlobalISel] Select floating point to integer conversions
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 | 5 +- lib/Target/Mips/MipsInstructionSelector.cpp | 28 ++ lib/Target/Mips/MipsLegalizerInfo.cpp | 10 + lib/Target/Mips/MipsRegisterBankInfo.cpp | 12 + .../instruction-select/fptosi_and_fptoui.mir | 69 ++++ .../GlobalISel/legalizer/fptosi_and_fptoui.mir | 369 +++++++++++++++++++++ .../Mips/GlobalISel/llvm-ir/fptosi_and_fptoui.ll | 155 +++++++++ .../{fsqrt.mir => fptosi_and_fptoui.mir} | 52 +-- 8 files changed, 672 insertions(+), 28 deletions(-) create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/fptosi_and_fptoui.mir create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/fptosi_and_fptoui.mir create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/fptosi_and_fptoui.ll copy test/CodeGen/Mips/GlobalISel/regbankselect/{fsqrt.mir => fptosi_and_fptoui.mi [...]