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

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 02:19:08 PDT 2016


rengolin requested changes to this revision.
rengolin added inline comments.
This revision now requires changes to proceed.


================
Comment at: SingleSource/Benchmarks/Polybench/linear-algebra/kernels/2mm/2mm.c:116
+{
+#pragma STDC FP_CONTRACT OFF
+  int i, j, k;
----------------
sigh... We've been over this...


https://reviews.llvm.org/D25346





More information about the llvm-commits mailing list