OSDN Git Service

[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)
commit38ccf90cce3d452d2b3a50d518483ba428b6e225
tree13b7b2657998eac6dc1ba3763d6315709da06980
parentfaa5f0f47a277a87149a37ad2813b5345c2a5aa3
[MIPS GlobalISel] Select fcmp

Select floating point compare for MIPS32.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362603 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsInstructionSelector.cpp
lib/Target/Mips/MipsLegalizerInfo.cpp
lib/Target/Mips/MipsRegisterBankInfo.cpp
test/CodeGen/Mips/GlobalISel/instruction-select/fcmp.mir [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/legalizer/fcmp.mir [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/llvm-ir/fcmp.ll [new file with mode: 0644]
test/CodeGen/Mips/GlobalISel/regbankselect/fcmp.mir [new file with mode: 0644]