[MIPS GlobalISel] Select fabs
authorPetar Avramovic <Petar.Avramovic@rt-rk.com>
Thu, 6 Jun 2019 09:22:37 +0000 (09:22 +0000)
committerPetar Avramovic <Petar.Avramovic@rt-rk.com>
Thu, 6 Jun 2019 09:22:37 +0000 (09:22 +0000)
commit0a1fd355b2f6fb971fbf4108be623b01c65e57c4
tree06434421cd492b746f9f29f600c9824f4d1a608f
parenta7d000644745471a9a7b403f1fdedb773c2b4af0
[MIPS GlobalISel] Select fabs

Select G_FABS for MIPS32.

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

llvm-svn: 362690
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/fabs.mir [new file with mode: 0644]
llvm/test/CodeGen/Mips/GlobalISel/legalizer/fabs.mir [new file with mode: 0644]
llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/fabs.ll [new file with mode: 0644]
llvm/test/CodeGen/Mips/GlobalISel/regbankselect/fabs.mir [new file with mode: 0644]