This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from db43c8fed62 [lit] Pass CLANG env var to testing configuration new 53aca48bc8c [X86] Add 512-bit shuffle test cases for concatenating 128/ [...] new 5856e092a46 [X86] Teach shuffle lowering to recognize 128/256 bit inser [...] new c37c34be72e [X86] Simplify some code in lowerV4X128VectorShuffle and lo [...] new 3940160b8f6 LTO: Include live bit in ThinLTO cache key.
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/LTO/LTO.cpp | 1 + lib/Target/X86/X86ISelLowering.cpp | 64 ++++++++++----- test/CodeGen/X86/avx-vperm2x128.ll | 12 +-- test/CodeGen/X86/avx512-mask-op.ll | 12 +-- test/CodeGen/X86/vector-shuffle-512-v8.ll | 32 ++++++++ test/CodeGen/X86/vector-shuffle-combining-avx.ll | 10 ++- test/CodeGen/X86/x86-interleaved-access.ll | 99 ++++++++++++------------ test/LTO/Resolution/X86/cache-prevailing.ll | 18 +++++ 8 files changed, 160 insertions(+), 88 deletions(-) create mode 100644 test/LTO/Resolution/X86/cache-prevailing.ll