[llvm-commits] [test-suite] r44931 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Wed Dec 12 00:05:40 PST 2007
Author: evancheng
Date: Wed Dec 12 02:05:40 2007
New Revision: 44931
URL: http://llvm.org/viewvc/llvm-project?rev=44931&view=rev
Log:
Test -optimize-ext-uses 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=44931&r1=44930&r2=44931&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Wed Dec 12 02:05:40 2007
@@ -233,7 +233,8 @@
LLCBETAOPTION := -enable-sparc-v9-insts
endif
ifeq ($(ARCH),ARM)
-LLCBETAOPTION := -new-coalescer-heuristic=true
+LLCBETAOPTION := -optimize-ext-uses
+#-new-coalescer-heuristic=true
#-disable-rematerialization
#-march=thumb
endif
More information about the llvm-commits
mailing list