[llvm-commits] [test-suite] r42630 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Fri Oct 5 01:04:02 PDT 2007
Author: evancheng
Date: Fri Oct 5 03:04:01 2007
New Revision: 42630
URL: http://llvm.org/viewvc/llvm-project?rev=42630&view=rev
Log:
Testing convertToThreeeAddress 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=42630&r1=42629&r2=42630&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Oct 5 03:04:01 2007
@@ -221,7 +221,8 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -regalloc=local -fast
+LLCBETAOPTION := -enable-x86-conv-3-addr
+#-regalloc=local -fast
#-disable-rematerialization
#-disable-fp-elim
#-regalloc=bigblock -fast
More information about the llvm-commits
mailing list