This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c96fe476db6 [x86] add tests to show missed constant shrinking (PR35907); NFC new 52f615d2707 [X86][SSE] Add custom execution domain fixing for BLENDPD/B [...]
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/X86InstrInfo.cpp | 191 ++++++++++++- lib/Target/X86/X86InstrInfo.h | 4 + test/CodeGen/X86/avx-cast.ll | 23 +- test/CodeGen/X86/avx-insertelt.ll | 2 +- test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 12 +- test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 6 +- test/CodeGen/X86/avx-vperm2x128.ll | 36 +-- .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 186 ++++++------- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 4 +- test/CodeGen/X86/buildvec-insertvec.ll | 2 +- .../CodeGen/X86/clear_upper_vector_element_bits.ll | 78 +++--- test/CodeGen/X86/coalesce_commute_movsd.ll | 4 +- test/CodeGen/X86/combine-and.ll | 58 ++-- test/CodeGen/X86/combine-or.ll | 40 +-- test/CodeGen/X86/combine-sra.ll | 4 +- test/CodeGen/X86/commute-blend-avx2.ll | 4 +- test/CodeGen/X86/commute-blend-sse41.ll | 2 +- test/CodeGen/X86/commuted-blend-mask.ll | 4 +- test/CodeGen/X86/cvtv2f32.ll | 16 +- test/CodeGen/X86/insert-into-constant-vector.ll | 6 +- test/CodeGen/X86/insertelement-ones.ll | 2 +- test/CodeGen/X86/insertelement-zero.ll | 82 +++--- test/CodeGen/X86/masked_memop.ll | 19 +- test/CodeGen/X86/merge-consecutive-loads-256.ll | 12 +- test/CodeGen/X86/oddshuffles.ll | 78 +++--- test/CodeGen/X86/pr31956.ll | 2 +- test/CodeGen/X86/split-extend-vector-inreg.ll | 8 +- test/CodeGen/X86/sse-scalar-fp-arith.ll | 4 +- test/CodeGen/X86/sse41-intrinsics-fast-isel.ll | 4 +- test/CodeGen/X86/sse41-intrinsics-x86-upgrade.ll | 2 +- test/CodeGen/X86/sse41.ll | 8 +- test/CodeGen/X86/vec_extract-avx.ll | 32 +-- test/CodeGen/X86/vector-blend.ll | 125 ++++----- test/CodeGen/X86/vector-extend-inreg.ll | 32 +-- test/CodeGen/X86/vector-shuffle-128-v2.ll | 132 ++++----- test/CodeGen/X86/vector-shuffle-128-v4.ll | 220 ++++++--------- test/CodeGen/X86/vector-shuffle-128-v8.ll | 15 +- test/CodeGen/X86/vector-shuffle-256-v16.ll | 28 +- test/CodeGen/X86/vector-shuffle-256-v32.ll | 2 +- test/CodeGen/X86/vector-shuffle-256-v4.ll | 58 ++-- test/CodeGen/X86/vector-shuffle-256-v8.ll | 93 +++---- test/CodeGen/X86/vector-shuffle-512-v16.ll | 10 +- test/CodeGen/X86/vector-shuffle-512-v8.ll | 8 +- test/CodeGen/X86/vector-shuffle-avx512.ll | 8 +- test/CodeGen/X86/vector-shuffle-combining-avx.ll | 8 +- test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 40 +-- test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 6 +- test/CodeGen/X86/vector-shuffle-combining.ll | 300 ++++++++------------- test/CodeGen/X86/vselect-2.ll | 38 +-- test/CodeGen/X86/vselect.ll | 106 +++----- test/CodeGen/X86/x86-interleaved-access.ll | 8 +- 51 files changed, 1013 insertions(+), 1159 deletions(-)