[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
lattner at cs.uiuc.edu
Sun Dec 4 23:04:34 PST 2005
Changes in directory llvm-test:
Makefile.programs updated: 1.180 -> 1.181
---
Log message:
Add a new llc-beta option for PPC and X86 tonight
---
Diffs of the changes: (+4 -2)
Makefile.programs | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.180 llvm-test/Makefile.programs:1.181
--- llvm-test/Makefile.programs:1.180 Wed Nov 30 01:14:26 2005
+++ llvm-test/Makefile.programs Mon Dec 5 01:04:22 2005
@@ -187,7 +187,8 @@
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -sched=simple
+LLCBETAOPTION := -enable-gep-isel-opt
+#-sched=simple
endif
ifeq ($(ARCH),Alpha)
LLCBETAOPTION := -enable-dag-isel-for-alpha
@@ -197,7 +198,8 @@
LLCBETAOPTION := -enable-ia64-dag-isel
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -enable-x86-fastcc
+LLCBETAOPTION := -enable-gep-isel-opt
+#-enable-x86-fastcc
endif
# Given a version of the entire program linked together into a single unit of
More information about the llvm-commits
mailing list