OSDN Git Service

Do Materialize Floating Point in Mips Fast-Isel
authorReed Kotler <rkotler@mips.com>
Tue, 10 Jun 2014 16:45:44 +0000 (16:45 +0000)
committerReed Kotler <rkotler@mips.com>
Tue, 10 Jun 2014 16:45:44 +0000 (16:45 +0000)
commit805c9e4943cdb6ee47f6c24622439ea222195f40
treeb9bfffcfe3fa0561b6385d054fb949efebb516e7
parentc0edcf7de8ebddf4524e8d6fa5805ab96dd5a99e
Do Materialize Floating Point in Mips Fast-Isel

Summary:
Implement materialize of floating point literals in Mips Fast-Isel

Reopened version of D3659

Test Plan: simplestorefp1.ll

Reviewers: dsanders

Reviewed By: dsanders

Differential Revision: http://reviews.llvm.org/D4071

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210546 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsFastISel.cpp
test/CodeGen/Mips/Fast-ISel/simplestorefp1.ll [new file with mode: 0644]