[PATCH] D25575: test-suite: try to force many FP-dependent tests to compile with unaggressive FP optimization, add support for per-ISA reference outputs

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 13:34:34 PDT 2016


rengolin added a comment.

Hi Abe,

I see where you're coming from, but changing the command line options that the user has explicitly passed is a bit devious.

If we're going to change how we run on -Ofast/-ffast-math, I'd rather we didn't even run those tests than run them without the flags.

Principle of least surprise. :)

cheers,
--renato


https://reviews.llvm.org/D25575





More information about the llvm-commits mailing list