This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7f9e1e0 Revert r275027 - Let FuncAttrs infer the 'returned' argument [...] new c09e328 [X86] Add the AVX512 SET0 pseudos to foldMemoryOperandImpl si [...] new b6d6904 [AVX512] Use vpternlog with an immediate of 0xff to create 51 [...] new c7f7810 [AVX512] Add support for 512-bit ANDN now that all ones build [...]
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: lib/Target/X86/X86ISelLowering.cpp | 9 +- lib/Target/X86/X86InstrAVX512.td | 6 +- lib/Target/X86/X86InstrInfo.cpp | 27 ++++- test/CodeGen/X86/avx512-build-vector.ll | 7 +- test/CodeGen/X86/avx512-calling-conv.ll | 22 +++-- test/CodeGen/X86/avx512-cvt.ll | 6 +- test/CodeGen/X86/avx512-ext.ll | 6 +- test/CodeGen/X86/avx512-logic.ll | 66 +++++++++++++ test/CodeGen/X86/avx512-mask-op.ll | 110 +++++++++++---------- test/CodeGen/X86/avx512-vbroadcast.ll | 3 +- test/CodeGen/X86/avx512-vec-cmp.ll | 6 +- test/CodeGen/X86/masked_memop.ll | 9 +- test/CodeGen/X86/vector-compare-results.ll | 12 ++- test/CodeGen/X86/vector-sext.ll | 33 ++++--- .../X86/vector-shuffle-combining-avx512bw.ll | 4 +- test/CodeGen/X86/vector-shuffle-v1.ll | 88 +++++++++-------- 16 files changed, 274 insertions(+), 140 deletions(-)