Skip to content
Commit 648930b9 authored by Bill Wendling's avatar Bill Wendling
Browse files

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.

llvm-svn: 56035
parent 81cf67fa
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