Allow constant folding of fma and fmuladd
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 5 Mar 2014 00:02:00 +0000 (00:02 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 5 Mar 2014 00:02:00 +0000 (00:02 +0000)
commit34fae3adef064533271387aed32b2b1ccfa6d6cf
tree66db2a7818cadddadd28a8429f7cd1a8bdea374f
parent175c634d88e260f378e97ce5fc7b2010a6255a94
Allow constant folding of fma and fmuladd

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202914 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ConstantFolding.cpp
test/Transforms/InstCombine/constant-fold-math.ll [new file with mode: 0644]