Fix a bug in InstCombine where we failed to preserve fast math flags when optimizing...
authorOwen Anderson <resistor@mac.com>
Thu, 16 Jan 2014 20:59:41 +0000 (20:59 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 16 Jan 2014 20:59:41 +0000 (20:59 +0000)
commitda5e148474e717918af06024d0b2ead54373f3f9
treea4e21b4816aef37e8f24da8b9bd95b26f0c6c1ef
parent4b81ee4d9a115eb1f1edd6a938392ed75290ec8d
Fix a bug in InstCombine where we failed to preserve fast math flags when optimizing an FMUL expression.

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