[llvm-commits] [llvm] r166620 - in /llvm/trunk: lib/Transforms/Vectorize/ test/Transforms/LoopVectorize/

Nadav Rotem nrotem at apple.com
Wed Oct 24 15:25:03 PDT 2012


On Oct 24, 2012, at 3:21 PM, Hal Finkel <hfinkel at anl.gov> wrote:

> Why are you using getInstrCost here instead of getMemoryOpCost? I'd think that the alignment/address-space info. could be important.
> 

You are right. It should be getMemoryOpCost. 
>> 
> 
> Yep ;) -- I'd think that something like getInstrCost, but taking an intrinsic ID and a type will handle most cases.
> 

Yep. :)

> Thanks again,
> Hal


I am now working on the VectorTargetTransformImpl side, using some of your code. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121024/f52998ed/attachment.html>


More information about the llvm-commits mailing list