[llvm-commits] CVS: llvm-test/Makefile.programs

Jim Laskey jlaskey at apple.com
Tue Sep 26 10:47:33 PDT 2006



Changes in directory llvm-test:

Makefile.programs updated: 1.226 -> 1.227
---
Log message:

Set combiner-alias-analysis as llc-beta for PPC and x86

---
Diffs of the changes:  (+2 -2)

 Makefile.programs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.226 llvm-test/Makefile.programs:1.227
--- llvm-test/Makefile.programs:1.226	Fri Sep 15 12:11:45 2006
+++ llvm-test/Makefile.programs	Tue Sep 26 12:47:19 2006
@@ -193,7 +193,7 @@
 endif#DISABLE_DIFFS
 
 ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -regalloc=local -fast
+LLCBETAOPTION := -combiner-alias-analysis
 endif
 ifeq ($(ARCH),Alpha)
 LLCBETAOPTION := -sched=list-td 
@@ -203,7 +203,7 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -regalloc=local -fast
+LLCBETAOPTION := -combiner-alias-analysis
 endif
 ifeq ($(ARCH),Sparc)
 LLCBETAOPTION := -enable-sparc-v9-insts






More information about the llvm-commits mailing list