This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d4a60d0 GlobalISel: support 'null' constant in translation. new 837032f Re-commit r278066: Do not ignore SizeOfOptionalHeader in COFF [...] new 5747888 X86-FMA3: Implemented commute transformation for EVEX/AVX512 [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Object/COFFObjectFile.cpp | 4 +- lib/Target/X86/CMakeLists.txt | 1 + lib/Target/X86/X86InstrAVX512.td | 57 +-- lib/Target/X86/X86InstrFMA3Info.cpp | 284 +++++++++++++ lib/Target/X86/X86InstrFMA3Info.h | 315 +++++++++++++++ lib/Target/X86/X86InstrInfo.cpp | 640 +++++------------------------- lib/Target/X86/X86InstrInfo.h | 32 +- test/CodeGen/X86/avx512-fma-intrinsics.ll | 36 +- test/CodeGen/X86/avx512-fma.ll | 12 +- test/CodeGen/X86/avx512bwvl-intrinsics.ll | 18 +- test/CodeGen/X86/fma-fneg-combine.ll | 7 +- 11 files changed, 795 insertions(+), 611 deletions(-) create mode 100644 lib/Target/X86/X86InstrFMA3Info.cpp create mode 100644 lib/Target/X86/X86InstrFMA3Info.h