Hi,
We are working on a comparison of some of the GVN algorithms in terms of the number of redundant (total) expressions that can be detected. We are now looking for benchmark programs that can be used for this purpose. We would like to know if there are any open source benchmark programs available and whether the SPEC benchmark suite will be useful for this purpose.
thanks
Saleena N
National Institute of Technology Calicut
India
While not a benchmark, GambitC is certainly a stress test for GVN
implementations. http://www.iro.umontreal.ca/~gambit/
Joerg
From: "Saleena Nazeer" <saleena@nitc.ac.in>
To: llvmdev@cs.uiuc.edu
Sent: Monday, March 3, 2014 3:33:59 AM
Subject: [LLVMdev] Benchmarking programsHi,
We are working on a comparison of some of the GVN algorithms in terms
of the number of redundant (total) expressions that can be detected.
We are now looking for benchmark programs that can be used for this
purpose. We would like to know if there are any open source
benchmark programs available and whether the SPEC benchmark suite
will be useful for this purpose.
SPEC is good. There are also other benchmark suites (several in LLVM's test suite) [Look in the MultiSource/Benchmarks directory]. These are also good: IMPACT: Parboil Benchmarks
-Hal