[PATCH] D26708: Fix -f[no-]reciprocal-math -ffast-math interaction, including LTO

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 17:49:04 PST 2016


kparzysz added a comment.

In https://reviews.llvm.org/D26708#596811, @kparzysz wrote:

> I think it would be a lot better to have sub-options to fast-math in a similar way to how target features are handled (via -mattr).


Let me clarify---not to fix this issue here, but in general.  It would make setting/clearing of the individual options much clearer.


https://reviews.llvm.org/D26708





More information about the llvm-commits mailing list