[PATCH] D14707: add fast-math-flags to 'call' instructions (PR21290)

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 08:21:28 PST 2015


spatel added a comment.

In http://reviews.llvm.org/D14707#293138, @spatel wrote:

>   The likelihood that FMF internals require changes seems high, so having a unified FMF interface for all instructions is the better solution.


As evidence that FMF is evolving, there's currently a patch under review that would add more flags to support observing the FENV:
http://reviews.llvm.org/D14067


http://reviews.llvm.org/D14707





More information about the llvm-commits mailing list