[TTI] Add X86 target specific version of getPointersChainCost.
When all the pointers are off the same base address and have known distances to each other these differences can be encoded into displacements in x86 arch. So the only cost that matters is cost of the base GEP. Differential Revision: https://reviews.llvm.org/D146102
Loading
Please sign in to comment