This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a3459cf [X86] Strengthen some SDNode type constraints. new 3409bf2 [AVX-512] Add execution domain fixing for logical operations [...] new dddb19d [AVX-512] Add more patterns for masked and broadcasted logica [...] new 5b553d0 [AVX-512] Remove floating point logical operation instrinsics [...]
The 3 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 | 76 ----------- lib/IR/AutoUpgrade.cpp | 37 +++++ lib/Target/X86/X86InstrAVX512.td | 267 +++++++++---------------------------- lib/Target/X86/X86InstrInfo.cpp | 80 +++++++++++ lib/Target/X86/X86IntrinsicsInfo.h | 24 ---- test/CodeGen/X86/avx512-arith.ll | 83 ++++++++---- test/CodeGen/X86/avx512-logic.ll | 26 ++-- test/CodeGen/X86/vec_fabs.ll | 12 +- 8 files changed, 258 insertions(+), 347 deletions(-)