Fix an instance where we would drop fast math flags when performing an fdiv to recipr...
authorOwen Anderson <resistor@mac.com>
Thu, 16 Jan 2014 21:07:52 +0000 (21:07 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 16 Jan 2014 21:07:52 +0000 (21:07 +0000)
commit5d9450f92f559bec20ef2ce253ab7bdf5e75216b
tree8aa0478e8b1dd06552268231c1c755663b18f759
parentda5e148474e717918af06024d0b2ead54373f3f9
Fix an instance where we would drop fast math flags when performing an fdiv to reciprocal multiply transformation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199425 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
test/Transforms/InstCombine/fdiv.ll