This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 231a23a [X86][SSE] Use getConstVector helper for VPERMV mask generati [...] new c042fa8 [X86] Remove 128-bit lane handling from the main loop of matc [...] new 799d213 [X86] Remove unnecessary AVX2 check that was already covered [...] new bffa737 [X86] Add support for lowering v4i64 and v8i64 shuffles direc [...] new 061426e [X86] Add support for printing shuffle comments for VALIGN in [...]
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/InstPrinter/X86InstComments.cpp | 44 ++++++++++ lib/Target/X86/Utils/X86ShuffleDecode.cpp | 10 +++ lib/Target/X86/Utils/X86ShuffleDecode.h | 2 + lib/Target/X86/X86ISelLowering.cpp | 115 +++++++++++++------------ test/CodeGen/X86/avx512-intrinsics.ll | 6 +- test/CodeGen/X86/avx512vl-intrinsics.ll | 9 ++ 6 files changed, 127 insertions(+), 59 deletions(-)