Skip to content
Commit 68784efa authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 43660c5b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment