This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cb9fb9c Fix for (benign) uninitialized read caught by UBSan bot. new 2dba2a4 [AVX512] Add tests for zero extending masks that show an unne [...] new 51ad706 [AVX512] Add patterns for zero-extending a mask that use the [...] new 62458bf [AVX512] Use MOVZX32 instead of MOVZ16 for loading single v8/ [...] new 96704f0 [AVX512] Use AND32ri8 instead of AND32ri when anding with 1 t [...]
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: lib/Target/X86/X86InstrAVX512.td | 30 +- test/CodeGen/X86/avx512-insert-extract.ll | 6 +- test/CodeGen/X86/avx512-mask-op.ll | 809 ++++++++++++++++++++++++++++-- test/CodeGen/X86/avx512-select.ll | 8 +- test/CodeGen/X86/combine-testm-and.ll | 4 - test/CodeGen/X86/masked_gather_scatter.ll | 2 +- 6 files changed, 805 insertions(+), 54 deletions(-)