summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LLVMBuild.txt
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-07-05 02:52:56 +0000
committerCraig Topper <craig.topper@intel.com>2018-07-05 02:52:56 +0000
commit95eb88abfe17c1b1faeb5252554117d45cb2f50e (patch)
treeafc6a1450af5ffd6775b995d74a20436d2e77c9d /llvm/lib/LLVMBuild.txt
parente4b9257b697e89377964cc3a72225e94f35025eb (diff)
downloadbcm5719-llvm-95eb88abfe17c1b1faeb5252554117d45cb2f50e.tar.gz
bcm5719-llvm-95eb88abfe17c1b1faeb5252554117d45cb2f50e.zip
[X86] Add support for combining FMSUB/FNMADD/FNMSUB ISD nodes with an fneg input.
Previously we could only negate the FMADD opcodes. This used to be mostly ok when we lowered FMA intrinsics during lowering. But with the move to llvm.fma from target specific intrinsics, we can combine (fneg (fma)) to (fmsub) earlier. So if we start with (fneg (fma (fneg))) we would get stuck at (fmsub (fneg)). This patch fixes that so we can also combine things like (fmsub (fneg)). llvm-svn: 336304
Diffstat (limited to 'llvm/lib/LLVMBuild.txt')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud