This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2012494a47b [X86] Add load patterns for cases where we select X86Movss/ [...] new 29bd1172553 [X86] Add custom execution domain fixing for 128/256-bit in [...]
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 | 85 ++++ test/CodeGen/X86/avx512-cvt.ll | 146 ++----- .../X86/avx512-shuffles/broadcast-scalar-fp.ll | 160 ++++---- test/CodeGen/X86/avx512-shuffles/duplicate-high.ll | 120 +++--- test/CodeGen/X86/avx512-shuffles/duplicate-low.ll | 216 +++++----- .../CodeGen/X86/avx512-shuffles/in_lane_permute.ll | 240 +++++------ .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 304 +++++++------- test/CodeGen/X86/avx512-shuffles/permute.ll | 160 ++++---- .../X86/avx512-shuffles/shuffle-interleave.ll | 176 ++++---- test/CodeGen/X86/avx512-shuffles/shuffle-vec.ll | 128 +++--- test/CodeGen/X86/avx512-shuffles/unpack.ll | 352 ++++++++-------- test/CodeGen/X86/avx512-vbroadcasti128.ll | 26 +- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 66 +-- test/CodeGen/X86/avx512vl-intrinsics.ll | 32 +- test/CodeGen/X86/avx512vl-mov.ll | 8 +- test/CodeGen/X86/combine-abs.ll | 18 +- test/CodeGen/X86/nontemporal-2.ll | 48 +-- test/CodeGen/X86/subvector-broadcast.ll | 120 ++---- test/CodeGen/X86/vec-copysign-avx512.ll | 19 +- test/CodeGen/X86/vec_fabs.ll | 36 +- test/CodeGen/X86/vector-compare-all_of.ll | 24 +- test/CodeGen/X86/vector-compare-any_of.ll | 24 +- test/CodeGen/X86/vector-reduce-fadd.ll | 452 +++++++-------------- test/CodeGen/X86/vector-shuffle-128-v16.ll | 32 +- test/CodeGen/X86/vector-shuffle-128-v2.ll | 132 ++---- test/CodeGen/X86/vector-shuffle-256-v4.ll | 84 ++-- test/CodeGen/X86/vector-trunc.ll | 23 +- test/CodeGen/X86/vselect-pcmp.ll | 2 +- 28 files changed, 1427 insertions(+), 1806 deletions(-)