Check in conditional branches for constant islands. Still need to finish
authorReed Kotler <rkotler@mips.com>
Thu, 28 Nov 2013 00:56:37 +0000 (00:56 +0000)
committerReed Kotler <rkotler@mips.com>
Thu, 28 Nov 2013 00:56:37 +0000 (00:56 +0000)
commit18a777a09a8bfaf54ebcd067fe135b600a58bc86
tree3a5025dc5a2214dc89294798bf795da775868873
parent92b8543819f303e22078ffc18938e4c78f56abc9
Check in conditional branches for constant islands. Still need to finish
conditional branches for very large targets. That will be the next small
patch. Everything now should in principle work as good (functionality
wise) as without constant islands so we decided at Mips/Imagination to
make constant islands the default for Mips16 now so that it will get
excercised a lot and this port is still experimentatl though hopefully soon
we will change the status. Some more cleanup and code review is in order
but things are converging fast.

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