[PATCH] D26708: Fix -f[no-]reciprocal-math -ffast-math interaction, including LTO
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 21:13:34 PST 2016
mehdi_amini added a comment.
In https://reviews.llvm.org/D26708#596832, @kparzysz wrote:
> 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.
Can you give a straw man example of how such options would look like on the command line?
https://reviews.llvm.org/D26708
More information about the llvm-commits
mailing list