This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 48617a90696 [LFTR] Regenerate test checks; NFC new b961466dd18 [X86] Copy some test cases from vector-shuffle-sse1.ll to v [...] new f6c16ed9a4b [X86] Add patterns to select MOVLPDrm from MOVSD+load and M [...] new 127061edab0 [X86] Remove patterns from MOVLPSmr and MOVHPSmr instructions. new 8a198ef01a2 [X86] Add PS<->PD domain changing support for MOVH/MOVL loa [...]
The 4 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/X86InstrAVX512.td | 12 +- lib/Target/X86/X86InstrInfo.cpp | 30 ++- lib/Target/X86/X86InstrSSE.td | 34 ++- test/CodeGen/X86/avx2-masked-gather.ll | 18 +- test/CodeGen/X86/avx512-insert-extract.ll | 4 +- test/CodeGen/X86/avx512-masked-memop-64-32.ll | 2 +- test/CodeGen/X86/dag-merge-fast-accesses.ll | 4 +- test/CodeGen/X86/extract-store.ll | 8 +- test/CodeGen/X86/extractelement-load.ll | 4 +- test/CodeGen/X86/fma.ll | 62 ++--- test/CodeGen/X86/gather-addresses.ll | 20 +- test/CodeGen/X86/half.ll | 12 +- test/CodeGen/X86/insert-into-constant-vector.ll | 30 +-- test/CodeGen/X86/insertelement-ones.ll | 12 +- test/CodeGen/X86/masked_compressstore.ll | 144 +++++------ test/CodeGen/X86/masked_expandload.ll | 324 ++++++++++++------------ test/CodeGen/X86/masked_gather_scatter_widen.ll | 8 +- test/CodeGen/X86/masked_load.ll | 282 ++++++++++----------- test/CodeGen/X86/masked_store.ll | 44 ++-- test/CodeGen/X86/merge-consecutive-loads-128.ll | 2 +- test/CodeGen/X86/merge-consecutive-loads-256.ll | 38 +-- test/CodeGen/X86/merge-consecutive-loads-512.ll | 4 +- test/CodeGen/X86/nontemporal-2.ll | 8 +- test/CodeGen/X86/oddshuffles.ll | 18 +- test/CodeGen/X86/pr11334.ll | 10 +- test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 36 +-- test/CodeGen/X86/sse-only.ll | 6 +- test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 48 ++-- test/CodeGen/X86/sse2.ll | 24 +- test/CodeGen/X86/sse3.ll | 12 +- test/CodeGen/X86/var-permute-128.ll | 4 +- test/CodeGen/X86/vec_insert-2.ll | 2 +- test/CodeGen/X86/vector-shuffle-128-v2.ll | 60 ++++- test/CodeGen/X86/vector-shuffle-128-v4.ll | 64 ++++- test/CodeGen/X86/vector-shuffle-256-v8.ll | 6 +- test/CodeGen/X86/vector-shuffle-combining.ll | 4 +- test/CodeGen/X86/vector-shuffle-variable-128.ll | 4 +- test/CodeGen/X86/vector-shuffle-variable-256.ll | 8 +- 38 files changed, 759 insertions(+), 653 deletions(-)