This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9e49a81863c Add -allow-deprecated-dag-overlap to one of the experimenta [...] new 18d8ba4a182 [X86] Remove and autoupgrade the scalar fma intrinsics with [...]
The 1 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 | 51 -- lib/IR/AutoUpgrade.cpp | 139 +++-- lib/Target/X86/X86ISelLowering.cpp | 33 - lib/Target/X86/X86InstrAVX512.td | 22 + lib/Target/X86/X86InstrFMA.td | 7 + lib/Target/X86/X86IntrinsicsInfo.h | 17 +- lib/Transforms/InstCombine/InstCombineCalls.cpp | 10 - .../InstCombine/InstCombineSimplifyDemanded.cpp | 37 -- test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 667 +++++++++++++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 487 +++++++++++---- test/CodeGen/X86/avx512-scalar_mask.ll | 16 +- test/CodeGen/X86/fma-fneg-combine.ll | 26 +- test/Transforms/InstCombine/X86/x86-avx512.ll | 660 +++++++++++++++----- 13 files changed, 1710 insertions(+), 462 deletions(-)