[PATCH] D55373: [LSR] Generate formulae to enable more post-incs
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 12 09:55:20 PST 2018
samparker updated this revision to Diff 177872.
samparker added a comment.
I've moved the logic under the control of a new TTI flag as it seems that the current shouldFavourPostInc is trying to achieve different things. Hopefully I've also addressed Gil's comments.
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-post-incs.ll
test/CodeGen/ARM/loop-align-cortex-m.ll
test/Transforms/LoopStrengthReduce/ARM/complexity.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55373.177872.patch
Type: text/x-patch
Size: 34918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181212/622cd2ec/attachment-0001.bin>
More information about the llvm-commits
mailing list