[llvm-commits] CVS: llvm/test/Programs/SingleSource/Benchmarks/Misc/richards_benchmark.c whetstone.c
Chris Lattner
lattner at cs.uiuc.edu
Sun Feb 29 21:40:02 PST 2004
Changes in directory llvm/test/Programs/SingleSource/Benchmarks/Misc:
richards_benchmark.c updated: 1.1 -> 1.2
whetstone.c updated: 1.2 -> 1.3
---
Log message:
increase problem sizes
---
Diffs of the changes: (+2 -2)
Index: llvm/test/Programs/SingleSource/Benchmarks/Misc/richards_benchmark.c
diff -u llvm/test/Programs/SingleSource/Benchmarks/Misc/richards_benchmark.c:1.1 llvm/test/Programs/SingleSource/Benchmarks/Misc/richards_benchmark.c:1.2
--- llvm/test/Programs/SingleSource/Benchmarks/Misc/richards_benchmark.c:1.1 Mon May 12 12:45:47 2003
+++ llvm/test/Programs/SingleSource/Benchmarks/Misc/richards_benchmark.c Sun Feb 29 21:39:02 2004
@@ -21,7 +21,7 @@
#include <stdio.h>
#include <stdlib.h>
-#define Count 10000*100
+#define Count 10000*1000
#define Qpktcountval 2326410
#define Holdcountval 930563
Index: llvm/test/Programs/SingleSource/Benchmarks/Misc/whetstone.c
diff -u llvm/test/Programs/SingleSource/Benchmarks/Misc/whetstone.c:1.2 llvm/test/Programs/SingleSource/Benchmarks/Misc/whetstone.c:1.3
--- llvm/test/Programs/SingleSource/Benchmarks/Misc/whetstone.c:1.2 Sat Oct 18 02:09:04 2003
+++ llvm/test/Programs/SingleSource/Benchmarks/Misc/whetstone.c Sun Feb 29 21:39:02 2004
@@ -99,7 +99,7 @@
float KIPS;
int continuous;
- loopstart = 10000; /* see the note about LOOP below */
+ loopstart = 100000; /* see the note about LOOP below */
continuous = 0;
II = 1; /* start at the first arg (temp use of II here) */
More information about the llvm-commits
mailing list