OSDN Git Service

Add bulk of returning of values to Mips fast-isel
authorReed Kotler <rkotler@mips.com>
Thu, 12 Feb 2015 21:05:12 +0000 (21:05 +0000)
committerReed Kotler <rkotler@mips.com>
Thu, 12 Feb 2015 21:05:12 +0000 (21:05 +0000)
commit36068aae42e1c1acdc1ce67d25217b6e0abdf448
treefa0febaee835467fb13ee3be466dbe8d82bf81d7
parent53a7b568b258ad1cb93e08ab8c2ce0dd82a0d26a
Add bulk of returning of values to Mips fast-isel

Summary:
Implement the bulk of returning values in Mips fast-isel

Test Plan:
reatabi.ll

Passes test-suite at -O0,-O2 and with mips32r2 and mips32r1.

Reviewers: dsanders

Reviewed By: dsanders

Subscribers: llvm-commits, aemerson, rfuhler

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

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