Dan Gohman d564cd42d9 Transform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt(x))), which is
typically faster then doing a general pow.

llvm-svn: 82819
2009-09-25 23:10:17 +00:00
..
2009-09-12 22:24:25 +00:00
2009-09-20 06:58:54 +00:00
2009-09-25 22:53:17 +00:00