This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from db0c416 [X86][AVX2] Add target shuffle constant folding tests new 83d088f [X86][AVX] Test target shuffle combining on 32 and 64-bit targets new cbaa900 [X86][SSE] Improve target shuffle mask extraction
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/X86ISelLowering.cpp | 24 +- test/CodeGen/X86/vector-shuffle-combining-avx.ll | 356 ++++++--- test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 499 ++++++++---- .../X86/vector-shuffle-combining-avx512bw.ll | 840 +++++++++++++++------ test/CodeGen/X86/vector-shuffle-combining-xop.ll | 5 +- 5 files changed, 1198 insertions(+), 526 deletions(-)