[PATCH] D59787: [ARM] Implement TTI::getMemcpyCost

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 06:03:58 PDT 2019


SjoerdMeijer updated this revision to Diff 197094.
SjoerdMeijer added a comment.

Thanks for the suggestion to use `getMaxStoresPerMemcpy`; that greatly simplified and cleaned up things. Have added more tests too (all functions are now tested with/without strict align).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59787/new/

https://reviews.llvm.org/D59787

Files:
  lib/Analysis/TargetTransformInfo.cpp
  lib/Target/ARM/ARMTargetTransformInfo.cpp
  lib/Target/ARM/ARMTargetTransformInfo.h
  test/Analysis/CostModel/ARM/memcpy.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59787.197094.patch
Type: text/x-patch
Size: 19446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190429/6bd14a0a/attachment.bin>


More information about the llvm-commits mailing list