Conditionalize constant folding of math intrinsics on the availability of an implemen...
authorOwen Anderson <resistor@mac.com>
Thu, 7 Feb 2013 00:21:34 +0000 (00:21 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 7 Feb 2013 00:21:34 +0000 (00:21 +0000)
commitec643abe6903284fc9ae7b6d9ae5e0b4ad40ad28
treefed80233a33989203470c21cfae7ba95096849e7
parent42258e0ea8781dd29cae4b1a6eb54d8c70dcea0b
Conditionalize constant folding of math intrinsics on the availability of an implementation on the host.  This is a little bit unfortunate, but until someone decides to implement a full libm for APFloat, we don't have a better way to get this functionality.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174561 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac
cmake/config-ix.cmake
configure
include/llvm/Config/config.h.in
lib/Analysis/ConstantFolding.cpp