This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 74c232b75f3 [InstCombine] add tests for fcmp ord/uno canonicalization; NFC new 05f56c0b3fe [X86] Canonicalize (concat_vectors X, zero) -> (insert_subv [...] new 849412352b3 [X86] Add VBLENDPS/VPBLENDD to the execution domain fixing tables. new 3cef9810b2a [X86] Add patterns to turn an insert into lower subvector o [...]
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/Target/X86/X86ISelLowering.cpp | 10 ++ lib/Target/X86/X86InstrAVX512.td | 181 +++++++++++++++++++++ lib/Target/X86/X86InstrInfo.cpp | 4 + lib/Target/X86/X86InstrSSE.td | 45 +++++ test/CodeGen/X86/avx-cast.ll | 4 +- test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 24 +-- test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 12 +- test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 4 +- test/CodeGen/X86/avx2-intrinsics-x86.ll | 4 +- test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 66 +++----- .../CodeGen/X86/clear_upper_vector_element_bits.ll | 88 ++++------ test/CodeGen/X86/commute-blend-avx2.ll | 4 +- test/CodeGen/X86/compress_expand.ll | 3 +- test/CodeGen/X86/insertelement-zero.ll | 28 ++-- test/CodeGen/X86/madd.ll | 29 ++-- test/CodeGen/X86/masked_gather_scatter.ll | 58 +++---- test/CodeGen/X86/masked_memop.ll | 15 +- test/CodeGen/X86/merge-consecutive-loads-256.ll | 78 ++------- test/CodeGen/X86/merge-consecutive-loads-512.ll | 22 +-- test/CodeGen/X86/oddshuffles.ll | 6 +- test/CodeGen/X86/vector-blend.ll | 27 ++- test/CodeGen/X86/vector-shuffle-128-v2.ll | 32 ++-- test/CodeGen/X86/vector-shuffle-128-v4.ll | 26 +-- test/CodeGen/X86/vector-shuffle-128-v8.ll | 2 +- test/CodeGen/X86/vector-shuffle-256-v16.ll | 30 ++-- test/CodeGen/X86/vector-shuffle-256-v4.ll | 12 +- test/CodeGen/X86/vector-shuffle-256-v8.ll | 15 +- test/CodeGen/X86/vector-shuffle-512-v16.ll | 10 +- test/CodeGen/X86/vector-shuffle-512-v8.ll | 12 +- test/CodeGen/X86/vector-shuffle-avx512.ll | 12 +- test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 8 +- test/CodeGen/X86/vector-shuffle-combining.ll | 36 ++-- test/CodeGen/X86/vector-shuffle-variable-256.ll | 51 ++---- test/CodeGen/X86/vselect-2.ll | 4 +- test/CodeGen/X86/vselect.ll | 12 +- 35 files changed, 513 insertions(+), 461 deletions(-)