This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5473af66611 CMake: Let LLVM_BUILD_32_BITS aware of large file. new 19bc3f9a843 [X86] Teach shuffle lowering to use 256-bit SHUF128 when possible.
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/X86ISelLowering.cpp | 10 + test/CodeGen/X86/avx-schedule.ll | 4 +- test/CodeGen/X86/avx2-schedule.ll | 4 +- test/CodeGen/X86/avx512-shuffle-schedule.ll | 768 +++++++++++------------- test/CodeGen/X86/avx512-shuffles/shuffle-vec.ll | 384 ++++++------ test/CodeGen/X86/vector-shuffle-256-v16.ll | 18 +- test/CodeGen/X86/vector-shuffle-256-v32.ll | 32 +- test/CodeGen/X86/vector-shuffle-256-v4.ll | 52 +- test/CodeGen/X86/vector-shuffle-256-v8.ll | 90 ++- 9 files changed, 678 insertions(+), 684 deletions(-)