optimize builtin_isnan/isinf to not do an extraneous extension from
float -> double (which happens because they are modelled as int(...) functions), and add a testcase for isinf. llvm-svn: 103167
Loading
Please register or sign in to comment
float -> double (which happens because they are modelled as int(...) functions), and add a testcase for isinf. llvm-svn: 103167