This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a5917e7992c [AMDGPU] Added MI bit IsDOT new 05632ac88d4 [X86] Simplify some code in LowerBUILD_VECTORvXi1. NFCI new 684413690bd [X86] Call SimplifyDemandedVectorElts on KSHIFTL/KSHIFTR no [...] new 9bb2585bad6 [X86] Simplify b2b KSHIFTL+KSHIFTR using demanded elts. new 733e633061e [docs][Bugpoint]Add notes about multiple crashes new 301db41084b [SimplifyDemandedBits] Use APInt::intersects to instead of [...] new 6b70998cd8a [X86] Use APInt::operator<<= and APInt::lshrInPlace. NFC new d2d94c62dff [docs][Bugpoint] Fix build break. new a5225558ed7 [docs][Bugpoint] Revert 5584ead50 a5aa3353
The 8 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/CodeGen/SelectionDAG/TargetLowering.cpp | 5 +- lib/Target/X86/X86ISelLowering.cpp | 118 +++-- test/CodeGen/X86/avx512-ext.ll | 696 +++++++++++++--------------- test/CodeGen/X86/avx512-mask-op.ll | 661 ++++++++++++-------------- test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 3 +- test/CodeGen/X86/vec_smulo.ll | 140 +++--- test/CodeGen/X86/vec_umulo.ll | 108 ++--- 7 files changed, 812 insertions(+), 919 deletions(-)