[X86] Add all the FMA instructions direclty to the load folding table instead of...
authorCraig Topper <craig.topper@intel.com>
Sun, 17 Jun 2018 18:00:16 +0000 (18:00 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 17 Jun 2018 18:00:16 +0000 (18:00 +0000)
commit9fe45d846e0ce248cd3c785ffe9d99d479e06274
tree1f5f9233078114c8e6e2d488f4757b1c15b10aed
parent87ea4487f7c49efc31bd546024ebd223eed87c08
[X86] Add all the FMA instructions direclty to the load folding table instead of proxying through X86InstrFMA3Info.

These increases the size of the static tables, but is closer to what we would get if used the autogenerated table directly. This reduces the remaining large deltas between what's in the manual table and what's in the autogenerated table.

llvm-svn: 334915
llvm/lib/Target/X86/X86InstrFMA3Info.h
llvm/lib/Target/X86/X86InstrInfo.cpp