This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 57ebda3b94b [ARM] Register the Thumb2SizeReducePass. NFC new 264f0e71077 [X86][SSE] Add cpu feature for aggressive combining to vari [...]
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/X86.td | 9 +- lib/Target/X86/X86ISelLowering.cpp | 4 +- lib/Target/X86/X86Subtarget.h | 7 + test/CodeGen/X86/vector-shuffle-128-v16.ll | 59 ++- test/CodeGen/X86/vector-shuffle-128-v8.ll | 402 +++++++++++--- test/CodeGen/X86/vector-shuffle-256-v16.ll | 823 ++++++++++++++++++++--------- test/CodeGen/X86/vector-shuffle-256-v32.ll | 188 +++++-- test/CodeGen/X86/vector-shuffle-256-v4.ll | 147 ++++-- test/CodeGen/X86/vector-shuffle-256-v8.ll | 218 ++++++-- test/CodeGen/X86/vector-shuffle-512-v32.ll | 3 +- 10 files changed, 1362 insertions(+), 498 deletions(-)