[llvm] r179475 - SLPVectorizer: Add support for trees that don't start at binary operators, and add the cost of extracting values from the roots of the tree.

Nadav Rotem nrotem at apple.com
Sat Apr 13 22:40:21 PDT 2013


On Apr 13, 2013, at 10:25 PM, Eric Christopher <echristo at gmail.com> wrote:

> Pretty sure you don't need the triple or data layout if you're just
> overriding it anyhow.
> 
> 


We do need the data-layout because opt initializes the DataLayout analysis from the data-layout string in the module.  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130413/4cbafe3a/attachment.html>


More information about the llvm-commits mailing list