[PATCH] D69845: [ARM][MVE] canTailPredicateLoop

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 7 08:55:41 PST 2019


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

- strides: now allowing 1 and -1, and added a test case for -1.
- checking the operand of zext/sext/trunc to see if it is a load/store, and added a test case when trunc is actually allowed.


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

https://reviews.llvm.org/D69845

Files:
  llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
  llvm/test/Transforms/LoopVectorize/ARM/prefer-tail-loop-folding.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69845.228255.patch
Type: text/x-patch
Size: 21945 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191107/e2cb6fdb/attachment.bin>


More information about the llvm-commits mailing list