This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 260be88da27 [InstCombine] add test for icmp+add fold; NFC new b3fc281e555 [LegalizeTypes][AArch64][X86] Make type legalization of vec [...] new 17e406a7e11 [X86] Correct some ADC/SBB with immediate scheduler data fo [...] new 75aa1cd75bb [X86][SSE] Use pblendw for v4i32/v2i64 during isel.
The 3 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/SelectionDAG/LegalizeIntegerTypes.cpp | 14 +- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 10 +- lib/Target/X86/X86ISelLowering.cpp | 3 +- lib/Target/X86/X86InstrSSE.td | 76 +++++- lib/Target/X86/X86SchedBroadwell.td | 9 +- lib/Target/X86/X86SchedSkylakeClient.td | 7 +- lib/Target/X86/X86SchedSkylakeServer.td | 7 +- test/CodeGen/AArch64/vec_uaddo.ll | 66 ++--- test/CodeGen/AArch64/vec_umulo.ll | 37 ++- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 8 +- test/CodeGen/X86/combine-sdiv.ll | 44 ++-- test/CodeGen/X86/commute-blend-sse41.ll | 10 +- test/CodeGen/X86/insertelement-ones.ll | 22 +- test/CodeGen/X86/lower-vec-shift.ll | 38 +-- test/CodeGen/X86/sse2.ll | 25 +- test/CodeGen/X86/vec_saddo.ll | 36 +-- test/CodeGen/X86/vec_smulo.ll | 138 +++++----- test/CodeGen/X86/vec_ssubo.ll | 36 +-- test/CodeGen/X86/vec_uaddo.ll | 18 +- test/CodeGen/X86/vec_umulo.ll | 282 +++++++++++---------- test/CodeGen/X86/vec_usubo.ll | 18 +- test/CodeGen/X86/vector-narrow-binop.ll | 30 +-- test/CodeGen/X86/vector-shuffle-128-v4.ll | 16 +- test/CodeGen/X86/vector-shuffle-128-v8.ll | 55 ++-- .../llvm-mca/X86/Broadwell/resources-x86_64.s | 34 +-- .../llvm-mca/X86/SkylakeClient/resources-x86_64.s | 34 +-- .../llvm-mca/X86/SkylakeServer/resources-x86_64.s | 34 +-- 27 files changed, 502 insertions(+), 605 deletions(-)