[llvm-commits] [parallel] CVS: llvm/test/Programs/SingleSource/Benchmarks/Dhrystone/dry.c fldry.c

Misha Brukman brukman at cs.uiuc.edu
Mon Mar 1 19:17:58 PST 2004


Changes in directory llvm/test/Programs/SingleSource/Benchmarks/Dhrystone:

dry.c updated: 1.4 -> 1.4.6.1
fldry.c updated: 1.4 -> 1.4.6.1

---
Log message:

Merge from trunk

---
Diffs of the changes:  (+2 -6)

Index: llvm/test/Programs/SingleSource/Benchmarks/Dhrystone/dry.c
diff -u llvm/test/Programs/SingleSource/Benchmarks/Dhrystone/dry.c:1.4 llvm/test/Programs/SingleSource/Benchmarks/Dhrystone/dry.c:1.4.6.1
--- llvm/test/Programs/SingleSource/Benchmarks/Dhrystone/dry.c:1.4	Thu Aug 21 17:13:38 2003
+++ llvm/test/Programs/SingleSource/Benchmarks/Dhrystone/dry.c	Mon Mar  1 17:59:13 2004
@@ -88,8 +88,7 @@
 /*#define MYSTRFNS */
 
 /* Accuracy of timings and human fatigue controlled by next two lines */
-#define LOOPS	10000		/* Use this for slow or 16 bit machines */
-/*#define LOOPS	900000		/* Use this for faster machines */
+#define LOOPS	20000000
 
 /* Compiler dependent options */
 #undef	NOENUM			/* Define if compiler has no enum's */
@@ -256,7 +255,6 @@
 #endif
 	for (i = 0; i < LOOPS; ++i)
 	{
-          if ((i & 127) == 0) printf("making progress: %d\n", i);
 		Proc5();
 		Proc4();
 		IntLoc1 = 2;


Index: llvm/test/Programs/SingleSource/Benchmarks/Dhrystone/fldry.c
diff -u llvm/test/Programs/SingleSource/Benchmarks/Dhrystone/fldry.c:1.4 llvm/test/Programs/SingleSource/Benchmarks/Dhrystone/fldry.c:1.4.6.1
--- llvm/test/Programs/SingleSource/Benchmarks/Dhrystone/fldry.c:1.4	Thu Aug 21 17:13:38 2003
+++ llvm/test/Programs/SingleSource/Benchmarks/Dhrystone/fldry.c	Mon Mar  1 17:59:13 2004
@@ -88,8 +88,7 @@
 /*#define MYSTRFNS*/
 
 /* Accuracy of timings and human fatigue controlled by next two lines */
-#define LOOPS	15000		/* Use this for slow or 16 bit machines */
-//#define LOOPS	900000		/* Use this for faster machines */
+#define LOOPS	20000000
 
 /* Compiler dependent options */
 #undef	NOENUM			/* Define if compiler has no enum's */
@@ -264,7 +263,6 @@
 #endif
 	for (i = 0; i < LOOPS; ++i)
 	{
-          if ((i & 255) == 0) printf("Making progress: %d\n", i);
 		Proc5();
 		Proc4();
 		IntLoc1 = 2.0;





More information about the llvm-commits mailing list