[MIPS GlobalISel] Select fcmp
authorPetar Avramovic <Petar.Avramovic@rt-rk.com>
Wed, 5 Jun 2019 14:03:13 +0000 (14:03 +0000)
committerPetar Avramovic <Petar.Avramovic@rt-rk.com>
Wed, 5 Jun 2019 14:03:13 +0000 (14:03 +0000)
commit22e99c434fb65ca8a9d5e3dbf5db5965681ce5c3
tree94160e71564d9458c544925ddc75eebf16f9a930
parent66296dc3e4c5356b9c2b8443125b10b9ca41e435
[MIPS GlobalISel] Select fcmp

Select floating point compare for MIPS32.

Differential Revision: https://reviews.llvm.org/D62721

llvm-svn: 362603
llvm/lib/Target/Mips/MipsInstructionSelector.cpp
llvm/lib/Target/Mips/MipsLegalizerInfo.cpp
llvm/lib/Target/Mips/MipsRegisterBankInfo.cpp
llvm/test/CodeGen/Mips/GlobalISel/instruction-select/fcmp.mir [new file with mode: 0644]
llvm/test/CodeGen/Mips/GlobalISel/legalizer/fcmp.mir [new file with mode: 0644]
llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/fcmp.ll [new file with mode: 0644]
llvm/test/CodeGen/Mips/GlobalISel/regbankselect/fcmp.mir [new file with mode: 0644]