Skip to content
Commit ea18933d authored by Quentin Colombet's avatar Quentin Colombet
Browse files

[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.

<rdar://problem/16730541>

llvm-svn: 207301
parent 8f92d6db
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment