Implement "visitPow". This is mainly used to see if we have a pow() call of this
authorBill Wendling <isanbard@gmail.com>
Wed, 10 Sep 2008 00:20:20 +0000 (00:20 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 10 Sep 2008 00:20:20 +0000 (00:20 +0000)
commitaeb5c7b3532bd9bcb5e7e3c9ef2991160511c5d2
tree95ad09b2e94eb67b7e30a78ead77122a27c70680
parent9d24ac56e1f9f1025a473d6b013557431fd05b7c
Implement "visitPow". This is mainly used to see if we have a pow() call of this
form:

          powf(10.0f, x);

If this is the case, and also we want limited precision floating-point
calculations, then lower to do the limited-precision stuff.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56035 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.h