]> granicus.if.org Git - llvm/commit
[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)
commit271f77cd2f7a6d1cebe74aff72e02d56e36986ce
treed2214b697bb36a7ddbf4c13ab86d72f90c22f0a6
parent9f0c8880fb8f04898300b2b24d9384cc4a8af585
[MIPS GlobalISel] Select fabs

Select G_FABS for MIPS32.

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

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