[flang] Implement isnan and ieee_is_nan intrinsics
To implement these we call the LLVM intrinsic is.fpclass indicating that we are checking for either a quiet or signalling NaN. Differential Revision: https://reviews.llvm.org/D144649
Loading
Please sign in to comment