[llvm] r207301 - [X86] Implement TargetLowering::getScalingFactorCost hook.

Chandler Carruth chandlerc at google.com
Fri Apr 25 18:23:24 PDT 2014


On Fri, Apr 25, 2014 at 6:11 PM, Quentin Colombet <qcolombet at apple.com>wrote:

> [X86] Implement TargetLowering::getScalingFactorCost hook.
> Scaling factors are not free on X86 because every "complex" addressing mode
> breaks the related instruction into 2 allocations instead of 1.
>

I have no idea what you mean by "allocations" here.

Also, benchmarks?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140425/97502ceb/attachment.html>


More information about the llvm-commits mailing list