[PATCH] Fast-math fold: x / (y * sqrt(z)) -> x * rsqrt(z) / y

hfinkel at anl.gov hfinkel at anl.gov
Mon Oct 6 11:52:12 PDT 2014


LGTM, thanks!

http://reviews.llvm.org/D5628






More information about the llvm-commits mailing list