This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b53ed3cf81b Recommit r354647 and r354648 "[LegalizeTypes] When promotin [...] new 53cf21eb9d9 Recommit r354363 "[X86][SSE] Generalize X86ISD::BLENDI supp [...] new 9ed230bd09d [TwoAddressInstructionPass] After commuting an instruction [...]
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: lib/CodeGen/TwoAddressInstructionPass.cpp | 5 + lib/Target/X86/X86ISelLowering.cpp | 100 ++++++------- lib/Target/X86/X86InstrSSE.td | 83 +++++++++++ test/CodeGen/X86/avx-cvt-3.ll | 4 +- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 17 ++- test/CodeGen/X86/combine-sdiv.ll | 9 +- test/CodeGen/X86/commute-blend-sse41.ll | 28 +++- test/CodeGen/X86/insert-into-constant-vector.ll | 20 +-- test/CodeGen/X86/insertelement-ones.ll | 10 +- test/CodeGen/X86/known-signbits-vector.ll | 10 +- test/CodeGen/X86/masked_load.ll | 12 +- test/CodeGen/X86/merge-consecutive-loads-256.ll | 6 +- test/CodeGen/X86/oddshuffles.ll | 76 +++++----- test/CodeGen/X86/packss.ll | 40 +++--- test/CodeGen/X86/pr34592.ll | 14 +- test/CodeGen/X86/pr40811.ll | 17 +++ test/CodeGen/X86/prefer-avx256-mask-shuffle.ll | 9 +- test/CodeGen/X86/sse2.ll | 3 +- test/CodeGen/X86/vector-narrow-binop.ll | 4 +- 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 +++++++-------------- 25 files changed, 400 insertions(+), 373 deletions(-) create mode 100644 test/CodeGen/X86/pr40811.ll