Implement floating point to integer conversion in mips fast-isel
authorReed Kotler <rkotler@mips.com>
Fri, 10 Oct 2014 17:00:46 +0000 (17:00 +0000)
committerReed Kotler <rkotler@mips.com>
Fri, 10 Oct 2014 17:00:46 +0000 (17:00 +0000)
commitf6e11eacdd775f2363287c7b779edc4fcdf54ad3
tree750b76a06c5373722dbc5e4be165338d816c8d7d
parent68084538cb208a8842812ba22fbf041c4efe732b
Implement floating point to integer conversion in mips fast-isel

Summary: Add the ability to convert 64 or 32 bit floating point values to integer in mips fast-isel

Test Plan:
fpintconv.ll
ran 4 flavors of test-suite with no errors, misp32 r1/r2 O0/O2

Reviewers: dsanders

Reviewed By: dsanders

Subscribers: llvm-commits, rfuhler, mcrosier

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

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