This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c8a48c59f47 [TEST] Add missing opportunity test for PR39673 new 45caba411d2 Revert "[X86][SSE] Generalize X86ISD::BLENDI support to mor [...]
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 | 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 ++++++++++++++------- 19 files changed, 385 insertions(+), 290 deletions(-)