final patch for very long conditional branches for mips16 constant islands.
authorReed Kotler <rkotler@mips.com>
Tue, 3 Dec 2013 23:42:51 +0000 (23:42 +0000)
committerReed Kotler <rkotler@mips.com>
Tue, 3 Dec 2013 23:42:51 +0000 (23:42 +0000)
commit4f47f014cd0ae58e90011117ada9c6770a7fe9be
treebded8179add1dfd1b34a3a115fcbe913a9ab44e4
parent042795734d3697fc3a6318460544b44a060d179f
final patch for very long conditional branches for mips16 constant islands.
this completes the basic port of ARM constant islands to Mips16.
More testing, code review, cleanup is in order but basically everything
seems to be working. A bug in gas is preventing some of the runtime
testing but I hope to resolve this soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196331 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsConstantIslandPass.cpp
test/CodeGen/Mips/lcb4a.ll [new file with mode: 0644]
test/CodeGen/Mips/lcb5.ll [new file with mode: 0644]