D8982 ( checked in at http://reviews.llvm.org/rL239001 ) added command-line options to specify reciprocal estimate codegen.
This patch changes the default settings for x86 targets to allow recip codegen (except for scalar division because that breaks too much code) when using -ffast-math or its equivalent. This will match GCC behavior for this kind of codegen.