This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 49a15c1 [AVX-512] Replace V_SET0 in AVX-512 patterns with AVX512_128_ [...] new 7b47370 [AVX-512] Teach two address instruction pass to replace maske [...]
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/X86InstrAVX512.td | 2 +- lib/Target/X86/X86InstrInfo.cpp | 125 ++++++++++++++++++++++ test/CodeGen/X86/avx512-bugfix-26264.ll | 26 ++--- test/CodeGen/X86/avx512-masked-memop-64-32.ll | 53 ++++------ test/CodeGen/X86/avx512-masked_memop-16-8.ll | 9 +- test/CodeGen/X86/avx512-regcall-NoMask.ll | 18 ++-- test/CodeGen/X86/avx512-vec-cmp.ll | 127 ++++++++--------------- test/CodeGen/X86/avx512bw-vec-cmp.ll | 36 +++---- test/CodeGen/X86/avx512bwvl-vec-cmp.ll | 72 +++++-------- test/CodeGen/X86/avx512vl-vec-cmp.ll | 144 +++++++++----------------- test/CodeGen/X86/masked_memop.ll | 29 ++---- test/CodeGen/X86/vector-shuffle-128-v16.ll | 9 +- test/CodeGen/X86/vector-shuffle-256-v16.ll | 12 +-- test/CodeGen/X86/vector-shuffle-256-v32.ll | 3 +- test/CodeGen/X86/vector-shuffle-512-v16.ll | 3 +- test/CodeGen/X86/vector-shuffle-masked.ll | 3 +- 16 files changed, 314 insertions(+), 357 deletions(-)