| commit | 68784efaf62af6cc4234ea01f378e859dd7bfbab | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Thu May 06 05:50:07 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Thu May 06 05:50:07 2010 +0000 |
| tree | fafaf448dbe23158f716c4782974cd4d24a61c53 | |
| parent | 43660c5bc00e052d92c065645393d00b9ff3463d [diff] |
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