[PATCH] D89693: [AArch64] Favor post-increments and implement TTI::getPreferredAddressingMode

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 00:41:25 PST 2021


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

This abandons the idea of looking at the IV, and incorporates D89894 <https://reviews.llvm.org/D89894> to look at the pointer uses.


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

https://reviews.llvm.org/D89693

Files:
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
  llvm/test/CodeGen/AArch64/shrink-wrapping-vla.ll
  llvm/test/CodeGen/AArch64/vldn_shuffle.ll
  llvm/test/Transforms/LoopStrengthReduce/AArch64/small-constant.ll
  llvm/test/Transforms/LoopStrengthReduce/AArch64/vscale-factor-out-constant.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89693.325386.patch
Type: text/x-patch
Size: 19745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210222/90d1617c/attachment.bin>


More information about the llvm-commits mailing list