]> granicus.if.org Git - clang/commit
implement part of PR6083: codegen support for isinf. Like isnan,
authorChris Lattner <sabre@nondot.org>
Thu, 6 May 2010 05:35:16 +0000 (05:35 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 6 May 2010 05:35:16 +0000 (05:35 +0000)
commit420b11850d3f4557421f43f519b59d528329c668
tree9a1ff33edad7446822b2d71c6c39a8a55b88bfdf
parenta8426972609c908b529ab26c69c35586d8bc06a8
implement part of PR6083: codegen support for isinf.  Like isnan,
this is generating correct but suboptimal (extra extend to double)
code for the float case.  Will investigate next.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103166 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp