OSDN Git Service

[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)
commit77b50e463e2804c3887a42d94c9437986dd8e551
treed0d0faf398788f15895693338a2af0e5bc353046
parent501141aa483ff4a6dbc2725b628d57783e95599b
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334915 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrFMA3Info.h
lib/Target/X86/X86InstrInfo.cpp