aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-09-08 14:35:18 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-09-08 14:35:18 +0000
commitd6c93f8ba3e15de87b20bcc5bbad83290b764f52 (patch)
tree1d329c107233d5776e45b962475bcecbd0347a57
parent26f5cf1cc6e6613c9a07d225baa2a9c40914e4cc (diff)
Don't do -aggressive-remat as llcbeta. It's causing llc to hang on sqlite3. Switch to -fast-isel on x86, -machine-licm on ppc.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@55905 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.programs7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.programs b/Makefile.programs
index 18dc5a55..feb2ed92 100644
--- a/Makefile.programs
+++ b/Makefile.programs
@@ -205,8 +205,8 @@ endif
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -aggressive-remat
-#-machine-licm
+LLCBETAOPTION := -machine-licm
+#-aggressive-remat
#-enable-sinking
#--enable-tail-merge
#--enable-ppc-preinc
@@ -220,7 +220,8 @@ ifeq ($(ARCH),IA64)
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -aggressive-remat
+LLCBETAOPTION := -fast-isel
+#-aggressive-remat
#-machine-licm
#-new-spilling-heuristic
#-enable-value-prop