[PATCH] D18513: Simplify isfinite/isnan/isinf in finite-math-only mode

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 08:07:39 PDT 2016


spatel added a comment.

I haven't thought about the behavioral question raised by -ffinite-math-only, but I wanted to know what the code to perform these ops might look like with default settings.

For reference, these bugs are byproducts of that investigation (although not all will be directly applicable to isfinite/isnan/isinf codegen):
https://llvm.org/bugs/show_bug.cgi?id=27105
https://llvm.org/bugs/show_bug.cgi?id=27145
https://llvm.org/bugs/show_bug.cgi?id=27164
https://llvm.org/bugs/show_bug.cgi?id=27202
https://llvm.org/bugs/show_bug.cgi?id=27203


http://reviews.llvm.org/D18513





More information about the llvm-commits mailing list