This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ed9ed6effdb Fix stupid assembly comment typo new 9ac39671ccf [NFC] Remove unused headers in Optional.h new 049e568f3c8 [X86][SSE] Generalize X86ISD::BLENDI support to more value types
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: include/llvm/ADT/Optional.h | 2 - lib/Target/X86/X86ISelLowering.cpp | 100 ++++++------- lib/Target/X86/X86InstrSSE.td | 23 +++ .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 25 ++-- test/CodeGen/X86/combine-sdiv.ll | 9 +- test/CodeGen/X86/insertelement-ones.ll | 10 +- test/CodeGen/X86/known-signbits-vector.ll | 10 +- test/CodeGen/X86/masked_load.ll | 32 ++--- test/CodeGen/X86/masked_store.ll | 18 +-- test/CodeGen/X86/oddshuffles.ll | 76 +++++----- test/CodeGen/X86/packss.ll | 40 +++--- test/CodeGen/X86/pr34592.ll | 14 +- test/CodeGen/X86/prefer-avx256-mask-shuffle.ll | 9 +- test/CodeGen/X86/sse2.ll | 3 +- test/CodeGen/X86/vector-reduce-smax.ll | 43 +++--- test/CodeGen/X86/vector-reduce-smin.ll | 63 ++++---- test/CodeGen/X86/vector-shift-ashr-256.ll | 6 +- test/CodeGen/X86/vector-shuffle-128-v8.ll | 9 +- test/CodeGen/X86/vector-shuffle-256-v16.ll | 27 ++-- test/CodeGen/X86/vector-shuffle-256-v32.ll | 158 +++++++-------------- 20 files changed, 290 insertions(+), 387 deletions(-)