This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 706d3da44f2 [PowerPC] avoid masking already-zero bits in BitPermutation [...] new c4e53cf2f67 [X86][SSE] LowerVectorCTPOP - pull out repeated byte sum stage.
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 | 81 +++++-------- test/CodeGen/X86/vec_ctbits.ll | 84 ++++++------- test/CodeGen/X86/vector-lzcnt-128.ll | 144 +++++++++++----------- test/CodeGen/X86/vector-popcnt-128.ll | 112 +++++++---------- test/CodeGen/X86/vector-popcnt-256.ll | 38 +----- test/CodeGen/X86/vector-popcnt-512.ll | 18 +-- test/CodeGen/X86/vector-tzcnt-128.ll | 220 +++++++++++++--------------------- test/CodeGen/X86/vector-tzcnt-256.ll | 72 ++--------- test/CodeGen/X86/vector-tzcnt-512.ll | 36 +----- 9 files changed, 292 insertions(+), 513 deletions(-)