This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e76d7099025 [X86][SSE] Change CTTZ vector lowering to cttz(x) = ctpop(~ [...] new 3b18a97f3ac [X86][SSE] Improve CTTZ lowering when CTLZ is legal
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 | 24 +++--- test/CodeGen/X86/vector-tzcnt-128.ll | 137 ++++++++++++++++++++--------------- test/CodeGen/X86/vector-tzcnt-256.ll | 92 +++++++---------------- test/CodeGen/X86/vector-tzcnt-512.ll | 114 +++++++---------------------- 4 files changed, 146 insertions(+), 221 deletions(-)