[PATCH] D25346: [test-suite] [Polybench] run tests twice with -ffp-contract=on/off

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 14 17:12:06 PDT 2016


MatzeB accepted this revision.
MatzeB added a comment.

LGTM, thanks for fixing this properly. I leave the final approval to Renato.



================
Comment at: SingleSource/Benchmarks/Polybench/datamining/correlation/correlation.c:137
+
+#define sqrt_of_array_cell(x,j) sqrt(x[j])
+
----------------
you actually have to write more to use this macro than to just use sqrt(x[j]) in the first place.


https://reviews.llvm.org/D25346





More information about the llvm-commits mailing list