[llvm-commits] [test-suite] r42390 - /test-suite/trunk/Makefile.programs

Evan Cheng evan.cheng at apple.com
Thu Sep 27 00:36:36 PDT 2007


Author: evancheng
Date: Thu Sep 27 02:36:36 2007
New Revision: 42390

URL: http://llvm.org/viewvc/llvm-project?rev=42390&view=rev
Log:
Test new condition code scheme as X86 llcbeta.

Modified:
    test-suite/trunk/Makefile.programs

Modified: test-suite/trunk/Makefile.programs
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=42390&r1=42389&r2=42390&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Thu Sep 27 02:36:36 2007
@@ -221,7 +221,8 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -disable-rematerialization
+LLCBETAOPTION := -new-cc-modeling-scheme
+#-disable-rematerialization
 #-disable-fp-elim
 #-regalloc=bigblock -fast
 endif





More information about the llvm-commits mailing list