This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 943f7f4 [MemCpy] Add comments for r279769 new 0eddaa0 Revert r274613 because it breaks the test suite with AVX512
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: lib/Target/X86/X86ISelLowering.cpp | 49 ++-- lib/Target/X86/X86InstrAVX512.td | 92 ++----- test/CodeGen/X86/avx512-cmp.ll | 2 + test/CodeGen/X86/avx512-ext.ll | 246 ++++++++--------- test/CodeGen/X86/avx512-insert-extract.ll | 243 +++++++++++++++++ test/CodeGen/X86/avx512-intrinsics.ll | 20 +- test/CodeGen/X86/avx512-mask-op.ll | 23 +- test/CodeGen/X86/avx512dq-intrinsics.ll | 8 +- test/CodeGen/X86/fast-isel-select-cmov.ll | 3 + test/CodeGen/X86/masked_gather_scatter.ll | 426 +++++++++++++++++++++-------- test/CodeGen/X86/masked_memop.ll | 438 ++++++++++++++++++++++-------- test/CodeGen/X86/pr27591.ll | 19 +- test/CodeGen/X86/pr28173.ll | 21 +- test/CodeGen/X86/xaluo.ll | 2 +- 14 files changed, 1112 insertions(+), 480 deletions(-)