Newer ppc supports unaligned memory access, it reduces the cost of unaligned memory access significantly. This patch handles this case in PPCTTIImpl::getMemoryOpCost.
This patch fixes pr31492.
Differential D28630
[PPC] Give unaligned memory access lower cost on processor that supports it Carrot on Jan 12 2017, 4:32 PM. Authored by
Details
Newer ppc supports unaligned memory access, it reduces the cost of unaligned memory access significantly. This patch handles this case in PPCTTIImpl::getMemoryOpCost. This patch fixes pr31492.
Diff Detail
|