OSDN Git Service

[MIPS GlobalISel] Select sqrt
authorPetar Avramovic <Petar.Avramovic@rt-rk.com>
Thu, 6 Jun 2019 10:00:41 +0000 (10:00 +0000)
committerPetar Avramovic <Petar.Avramovic@rt-rk.com>
Thu, 6 Jun 2019 10:00:41 +0000 (10:00 +0000)
commit16cf5446cea5023b1a2a3e6902bb1a9c2019d068
tree4667a08a69af920d06fbd0de75986407c3f9cd40
parent5529d774dd86a772eedded540aaee0dc1fe99783
[MIPS GlobalISel] Select sqrt

Select G_FSQRT for MIPS32.

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

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