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

Sanjay Patel spatel at rotateright.com
Mon Oct 6 12:43:15 PDT 2014


Thanks for the quick review - checked in with r219139.

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D5628






More information about the llvm-commits mailing list