This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2b38b84a12f [ConstantRange] Simplify unittests after getSetSize was removed new 9e5a8cbba13 [X86] Don't form masked vpcmp/vcmp/vptestm operations if th [...] new fbcef4fae71 [X86] Move VPTESTM matching from the isel table to custom c [...]
The 2 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/X86ISelDAGToDAG.cpp | 361 ++++++++++++++ lib/Target/X86/X86InstrAVX512.td | 502 ++++++++----------- test/CodeGen/X86/avx512-vec-cmp.ll | 4 +- test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 60 +-- test/CodeGen/X86/kshift.ll | 116 ++--- test/CodeGen/X86/movmsk-cmp.ll | 36 +- test/CodeGen/X86/prefer-avx256-mask-extend.ll | 72 +-- test/CodeGen/X86/prefer-avx256-mask-shuffle.ll | 28 +- test/CodeGen/X86/setcc-lowering.ll | 3 +- test/CodeGen/X86/vec_uaddo.ll | 13 +- test/CodeGen/X86/vector-compare-all_of.ll | 6 +- test/CodeGen/X86/vector-fshl-128.ll | 494 +++++++++--------- test/CodeGen/X86/vector-fshl-256.ll | 488 +++++++++--------- test/CodeGen/X86/vector-fshl-512.ll | 632 +++++++++++------------- test/CodeGen/X86/vector-fshr-128.ll | 494 +++++++++--------- test/CodeGen/X86/vector-fshr-256.ll | 488 +++++++++--------- test/CodeGen/X86/vector-fshr-512.ll | 560 ++++++++++----------- test/CodeGen/X86/vector-lzcnt-512.ll | 76 ++- 18 files changed, 2242 insertions(+), 2191 deletions(-)