This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7f08d4abd84 [llvm-pdbutil] Dump more info about globals. new e12c938bca7 [X86] Cleanup some of the avx512 masked fma tests to prepar [...] new 89a40a3e5c2 [X86] Remove all of the avx512 masked packed fma intrinsics [...]
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: include/llvm/IR/IntrinsicsX86.td | 331 +--- lib/IR/AutoUpgrade.cpp | 130 +- lib/Target/X86/X86ISelLowering.cpp | 3 - lib/Target/X86/X86IntrinsicsInfo.h | 94 +- test/CodeGen/X86/avx512-fma-intrinsics-upgrade.ll | 670 ++++++++ test/CodeGen/X86/avx512-fma-intrinsics.ll | 684 ++++---- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 1377 +++++++++++++++++ test/CodeGen/X86/avx512vl-intrinsics.ll | 1720 ++++++++------------- 8 files changed, 3102 insertions(+), 1907 deletions(-) create mode 100644 test/CodeGen/X86/avx512-fma-intrinsics-upgrade.ll