[LLVMbugs] [Bug 17745] New: SLP Vectorizer: Partial Tree Vectorization

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Oct 30 16:08:29 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17745

            Bug ID: 17745
           Summary: SLP Vectorizer: Partial Tree Vectorization
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Loop Optimizer
          Assignee: unassignedbugs at nondot.org
          Reporter: nrotem at apple.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

The first phase of vectorization is construction an SLP tree.  Some of the
branches of the tree may be profitable while other branches are not. At the
moment we vectorize all or nothing. We need to add a pruning phase as part of
the cost phase.

-- 
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/20131030/6f87c15c/attachment.html>


More information about the llvm-bugs mailing list