This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8edd5b4 MC: ensure that we have a section before accessing it new aa9982b [AVX-512] Add support for commuting VPERMT2(B/W/D/Q/PS/PD) to [...]
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 | 18 +-- lib/Target/X86/X86InstrInfo.cpp | 121 ++++++++++++++++++++- test/CodeGen/X86/avx512-insert-extract.ll | 36 +++--- test/CodeGen/X86/avx512-mask-op.ll | 8 +- test/CodeGen/X86/avx512-vpermv3-commute.ll | 87 +++++---------- test/CodeGen/X86/avx512vbmi-intrinsics.ll | 3 +- test/CodeGen/X86/avx512vbmivl-intrinsics.ll | 6 +- test/CodeGen/X86/merge-consecutive-loads-512.ll | 64 +++++------ test/CodeGen/X86/vector-shuffle-256-v16.ll | 52 ++++----- test/CodeGen/X86/vector-shuffle-256-v8.ll | 28 +++-- test/CodeGen/X86/vector-shuffle-512-v8.ll | 104 +++++++++--------- .../X86/vector-shuffle-combining-avx512bw.ll | 112 +++++++++---------- .../X86/vector-shuffle-combining-avx512bwvl.ll | 12 +- .../X86/vector-shuffle-combining-avx512vbmi.ll | 18 ++- test/CodeGen/X86/vector-shuffle-v1.ll | 36 +++--- 15 files changed, 389 insertions(+), 316 deletions(-)