[llvm-bugs] [Bug 32655] New: Improve generic vector CTPOP expansion
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Apr 13 11:31:08 PDT 2017
http://bugs.llvm.org/show_bug.cgi?id=32655
Bug ID: 32655
Summary: Improve generic vector CTPOP expansion
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Common Code Generator Code
Assignee: unassignedbugs at nondot.org
Reporter: bruno.cardoso at gmail.com
CC: llvm-bugs at lists.llvm.org
Target independent vector CTPOP expansion could be improved by using a parallel
version of the algorithm presented in
http://graphics.stanford.edu/~seander/bithacks.html#CountBitsSetParallel
There's an old patch that does most part of the work in this direction:
https://reviews.llvm.org/D10002
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170413/82cc18cc/attachment.html>
More information about the llvm-bugs
mailing list