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
Loading
Please register or sign in to comment