[llvm-commits] [test-suite] r59347 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Fri Nov 14 18:09:45 PST 2008
Author: evancheng
Date: Fri Nov 14 20:09:45 2008
New Revision: 59347
URL: http://llvm.org/viewvc/llvm-project?rev=59347&view=rev
Log:
Switch x86 llcbeta back to -machine-licm.
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=59347&r1=59346&r2=59347&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Nov 14 20:09:45 2008
@@ -226,10 +226,9 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -fast-isel
+LLCBETAOPTION := -machine-licm
#-fast-isel
#-aggressive-remat
-#-machine-licm
#-new-spilling-heuristic
#-enable-value-prop
#-enable-sinking
More information about the llvm-commits
mailing list