Add mips32 r1 to the list of supported targets for Mips fast-isel
authorReed Kotler <rkotler@mips.com>
Mon, 15 Sep 2014 20:30:25 +0000 (20:30 +0000)
committerReed Kotler <rkotler@mips.com>
Mon, 15 Sep 2014 20:30:25 +0000 (20:30 +0000)
commit34ad085eecd4e85d97a9ccb80db90aad2447cf1d
treec339fb385ef1da535000a123f1b70ce2acc86c75
parent52d7b9c0aae6d8c04b64199186ee855369ca9e89
Add mips32 r1 to the list of supported targets for Mips fast-isel

Summary:
Expand list of supported targets for Mips to include mips32 r1.
Previously it only include r2. More patches are coming where there is
a difference but in the current patches as pushed upstream, r1 and r2
are equivalent.

Test Plan:
simplestorefp1.ll

add new build bots at mips to test this flavor at both -O0 and -O2

Reviewers: dsanders

Reviewed By: dsanders

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217821 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsFastISel.cpp
test/CodeGen/Mips/Fast-ISel/loadstore2.ll
test/CodeGen/Mips/Fast-ISel/loadstrconst.ll
test/CodeGen/Mips/Fast-ISel/nullvoid.ll
test/CodeGen/Mips/Fast-ISel/simplestore.ll
test/CodeGen/Mips/Fast-ISel/simplestorefp1.ll
test/CodeGen/Mips/Fast-ISel/simplestorei.ll