This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 682fc3e AMDGPU: Fix MUBUF offset bugs affecting llvm.amdgcn.buffer.* [...] new 6c5ddb1 Push a dependent computation into the assert that uses it; NFC new b8387d0 [AVX512] Fix BLENDM lowering patterns. Operands should be swa [...]
The 2 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/X86FrameLowering.cpp | 8 +-- lib/Target/X86/X86InstrAVX512.td | 15 ++-- test/CodeGen/X86/avx512-bugfix-23634.ll | 2 +- test/CodeGen/X86/avx512-mov.ll | 16 ++--- test/CodeGen/X86/avx512-vec-cmp.ll | 111 ++++++++++-------------------- test/CodeGen/X86/avx512bw-mov.ll | 4 +- test/CodeGen/X86/avx512bw-vec-cmp.ll | 36 ++++------ test/CodeGen/X86/avx512bwvl-mov.ll | 8 +-- test/CodeGen/X86/avx512bwvl-vec-cmp.ll | 72 +++++++------------ test/CodeGen/X86/avx512vl-mov.ll | 32 ++++----- test/CodeGen/X86/avx512vl-vec-cmp.ll | 96 +++++++++----------------- test/CodeGen/X86/masked_gather_scatter.ll | 23 +++---- 12 files changed, 159 insertions(+), 264 deletions(-)