[PATCH] D85410: [ARM][MVE] Allow loops containing strides != 1 to be tail predicated with gather/scatters enabled

Anna Welker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 02:45:23 PDT 2020


anwel updated this revision to Diff 286754.
anwel marked 2 inline comments as done.
anwel added a comment.

I made the `NextStride == 2` condition more future proof as requested by Dave's comment. This required to make the MVEMaxSupportedInterleaveFactor from ARMISelLowering non-static.


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

https://reviews.llvm.org/D85410

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
  llvm/test/Transforms/LoopVectorize/ARM/mve-gather-scatter-tailpred.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85410.286754.patch
Type: text/x-patch
Size: 29226 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200820/8bde9eb8/attachment.bin>


More information about the llvm-commits mailing list