Add numeric extend, trunctate to mips fast-isel
authorReed Kotler <rkotler@mips.com>
Tue, 30 Sep 2014 16:30:13 +0000 (16:30 +0000)
committerReed Kotler <rkotler@mips.com>
Tue, 30 Sep 2014 16:30:13 +0000 (16:30 +0000)
commit8a6f79e58de6da1a08d5f4d40cb468bb3cfdc333
tree0e15fbd8a92f6da9e91de486c77079e29aa5a4ff
parent8a238903853110df0d443b50c335a4954cf66067
Add numeric extend, trunctate to mips fast-isel

Summary:
 Add numeric extend, trunctate to mips fast-isel

 Reactivates D4827

Test Plan:
fpext.ll
loadstoreconv.ll

Reviewers: dsanders

Subscribers: mcrosier

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

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