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

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 02:47:02 PST 2019


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

- fptrunc/fpextends: the loops are not that bad actually, but there's some quite terrible codegen around that, so let's indeed reject this for now.
- stride -1: I think that should be okay, but I do see that complicates things quite a bit for the backend, so let's indeed reject that for now too.
- this is now enabled/disabled by exisiting option -disable-mve-tail-predication.


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

https://reviews.llvm.org/D69845

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69845.228656.patch
Type: text/x-patch
Size: 32693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191111/5e24298f/attachment-0001.bin>


More information about the llvm-commits mailing list