summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/i32k.ll
diff options
context:
space:
mode:
authorReed Kotler <rkotler@mips.com>2013-11-28 00:56:37 +0000
committerReed Kotler <rkotler@mips.com>2013-11-28 00:56:37 +0000
commit0d409e2dfec8df7e92d492fc8d9935ce6c09996c (patch)
tree474b0623fe13e3bff82f70b3617dbc24b7077470 /llvm/test/CodeGen/Mips/i32k.ll
parent8bb6cb800969ec87224b896cb9f548ff51719aca (diff)
downloadbcm5719-llvm-0d409e2dfec8df7e92d492fc8d9935ce6c09996c.tar.gz
bcm5719-llvm-0d409e2dfec8df7e92d492fc8d9935ce6c09996c.zip
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. llvm-svn: 195902
Diffstat (limited to 'llvm/test/CodeGen/Mips/i32k.ll')
-rw-r--r--llvm/test/CodeGen/Mips/i32k.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/i32k.ll b/llvm/test/CodeGen/Mips/i32k.ll
index f4dd1eb78a1..73f1302beec 100644
--- a/llvm/test/CodeGen/Mips/i32k.ll
+++ b/llvm/test/CodeGen/Mips/i32k.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
+; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips16 -relocation-model=pic -mips16-constant-islands=false -O3 < %s | FileCheck %s -check-prefix=16
@.str = private unnamed_addr constant [4 x i8] c"%i\0A\00", align 1
OpenPOWER on IntegriCloud