Author: evancheng
Date: Mon Oct 8 13:27:46 2007
New Revision: 42761
URL: http://llvm.org/viewvc/llvm-project?rev=42761&view=rev
Log:
Allow x86 compare to be commutable by default.
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=42761&r1=42760&r2=42761&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Mon Oct 8 13:27:46 2007
@@ -221,8 +221,7 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -enable-x86-commute-cmove
-#-regalloc=local -fast
+LLCBETAOPTION := -regalloc=local -fast
#-disable-rematerialization
#-disable-fp-elim
#-regalloc=bigblock -fast
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits