[PATCH] D25575: test-suite: try to force many FP-dependent tests to compile with unaggressive FP optimization or not at all, add support for per-ISA reference outputs
Sebastian Pop via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 17 15:04:45 PDT 2016
sebpop added inline comments.
================
Comment at: SingleSource/Benchmarks/Polybench/datamining/correlation/CMakeLists.txt:5
+list(APPEND CFLAGS -ffp-contract=off)
+list(APPEND CXXFLAGS -ffp-contract=off)
if(DEFINED SMALL_PROBLEM_SIZE)
----------------
We do not need changes to Polybench.
Please remove all the changes to the CMake/Makefiles in all subdirectories of Polybench.
https://reviews.llvm.org/D25575
More information about the llvm-commits
mailing list