[PATCH] D55373: [LSR] Generate formulae to enable more indexed accesses

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 03:13:53 PST 2019


samparker updated this revision to Diff 185268.
samparker added a comment.

Made some simplifications:

- reset isProfitableChain.
- reset FinalizeChain so that the tail is added to the chain again.
- removed the CollapseUnrolled option because with the reset in changes, it wasn't really interesting.

I'll post the updated performance numbers.


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

https://reviews.llvm.org/D55373

Files:
  include/llvm/Analysis/TargetTransformInfo.h
  include/llvm/Analysis/TargetTransformInfoImpl.h
  lib/Analysis/TargetTransformInfo.cpp
  lib/Target/ARM/ARMTargetTransformInfo.h
  lib/Transforms/Scalar/LoopStrengthReduce.cpp
  test/CodeGen/ARM/dsp-loop-indexing.ll
  test/CodeGen/ARM/loop-align-cortex-m.ll
  test/CodeGen/ARM/loop-indexing.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55373.185268.patch
Type: text/x-patch
Size: 81812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190205/2414384d/attachment.bin>


More information about the llvm-commits mailing list