This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 750719fb74b [SelectionDAG] include FP min/max variants as binary operators new a53eda72ec6 [X86][AVX] Combine non-lane crossing binary shuffles using [...]
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/X86ISelLowering.cpp | 22 ++ .../CodeGen/X86/avx512-shuffles/partial_permute.ll | 296 ++++++++++----------- test/CodeGen/X86/insertelement-ones.ll | 21 +- .../CodeGen/X86/shuffle-strided-with-offset-256.ll | 95 ++++--- test/CodeGen/X86/shuffle-vs-trunc-256-widen.ll | 259 ++++++++++++++---- test/CodeGen/X86/shuffle-vs-trunc-256.ll | 137 +++++++--- test/CodeGen/X86/shuffle-vs-trunc-512-widen.ll | 8 +- test/CodeGen/X86/shuffle-vs-trunc-512.ll | 8 +- test/CodeGen/X86/vec_smulo.ll | 74 +++--- test/CodeGen/X86/vec_umulo.ll | 72 ++--- test/CodeGen/X86/vector-fshl-256.ll | 7 +- test/CodeGen/X86/vector-fshr-256.ll | 6 +- test/CodeGen/X86/vector-shuffle-128-v16.ll | 145 +++++++--- test/CodeGen/X86/vector-shuffle-128-v4.ll | 118 +++++--- test/CodeGen/X86/vector-shuffle-128-v8.ll | 288 ++++++++++++-------- test/CodeGen/X86/vector-shuffle-256-v16.ll | 32 ++- test/CodeGen/X86/vector-shuffle-256-v32.ll | 25 +- test/CodeGen/X86/vector-shuffle-256-v4.ll | 97 +++++-- test/CodeGen/X86/vector-shuffle-256-v8.ll | 191 ++++++++++--- test/CodeGen/X86/vector-shuffle-512-v64.ll | 5 +- .../X86/vector-shuffle-combining-avx512vbmi.ll | 6 +- test/CodeGen/X86/vector-shuffle-v1.ll | 14 +- test/CodeGen/X86/vector-trunc-widen.ll | 36 ++- test/CodeGen/X86/vector-trunc.ll | 44 ++- 24 files changed, 1329 insertions(+), 677 deletions(-)