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

Jim Laskey jlaskey at apple.com
Thu Oct 12 09:01:32 PDT 2006



Changes in directory llvm-test:

Makefile.programs updated: 1.230 -> 1.231
---
Log message:

Test combiner alias analysis on powerpc and intel.

---
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.230 llvm-test/Makefile.programs:1.231
--- llvm-test/Makefile.programs:1.230	Thu Oct  5 11:50:20 2006
+++ llvm-test/Makefile.programs	Thu Oct 12 11:01:18 2006
@@ -193,7 +193,7 @@
 endif#DISABLE_DIFFS
 
 ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -relocation-model=pic
+LLCBETAOPTION := -combiner-alias-analysis
 endif
 ifeq ($(ARCH),Alpha)
 LLCBETAOPTION := -sched=list-td 
@@ -203,7 +203,7 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -fast -regalloc=local
+LLCBETAOPTION := -combiner-alias-analysis
 endif
 ifeq ($(ARCH),Sparc)
 LLCBETAOPTION := -enable-sparc-v9-insts






More information about the llvm-commits mailing list