[PATCH] D29675: [ARM/AArch64] Update costs for interleaved accesses with wide types

Matthew Simpson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 12:26:09 PST 2017


mssimpso created this revision.
Herald added a subscriber: aemerson.
Herald added a reviewer: javed.absar.

After https://reviews.llvm.org/D29466, we'll be able to match interleaved accesses having types wider than 128 bits. This patch updates the associated TTI costs.


https://reviews.llvm.org/D29675

Files:
  lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  lib/Target/ARM/ARMTargetTransformInfo.cpp
  test/Transforms/LoopVectorize/AArch64/interleaved_cost.ll
  test/Transforms/LoopVectorize/ARM/interleaved_cost.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29675.87501.patch
Type: text/x-patch
Size: 16193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170207/a910063a/attachment.bin>


More information about the llvm-commits mailing list