This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ba458cf [X86] Remove extra patterns that check for BUILD_VECTOR of al [...] new 2b1f6c2 [Bitcode] Fix an unsigned integer overflow while parsing bitc [...] new 79c01a2 Remove Windows line endings in some tests to prepare for a fu [...] new 605a46a [X86] Re-generate tests using update_llc_test_checks.py to pr [...] new dba67a4 [AVX512] Add VLX 128/256-bit SET0 operations that encode to 1 [...]
The 4 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/Bitcode/ReaderWriter.h | 3 +- lib/Target/X86/X86InstrAVX512.td | 8 + lib/Target/X86/X86InstrInfo.cpp | 4 + lib/Target/X86/X86InstrSSE.td | 5 +- test/CodeGen/X86/avx512-arith.ll | 10 +- test/CodeGen/X86/avx512-calling-conv.ll | 15 +- test/CodeGen/X86/avx512-vec-cmp.ll | 10 +- test/CodeGen/X86/avx512ifmavl-intrinsics.ll | 435 +++++++++++++++------------- test/CodeGen/X86/avx512vbmivl-intrinsics.ll | 198 +++++++------ test/CodeGen/X86/avx512vl-intrinsics.ll | 16 +- test/CodeGen/X86/avx512vl-vbroadcast.ll | 12 +- test/CodeGen/X86/fma_patterns.ll | 5 +- test/CodeGen/X86/masked_memop.ll | 40 +-- test/CodeGen/X86/vector-shuffle-128-v2.ll | 33 ++- test/CodeGen/X86/vector-tzcnt-128.ll | 14 +- test/CodeGen/X86/vector-tzcnt-256.ll | 16 +- 16 files changed, 440 insertions(+), 384 deletions(-)