[PATCH] D71919: [LoopVectorize] Disable single stride access predicates when gather loads are available.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 04:52:15 PST 2020


dmgreen updated this revision to Diff 236326.
dmgreen marked 4 inline comments as done.
dmgreen added a comment.

Update as per the comments. I may leave this to be committed until the MVE codegen is further along (it depends on the first patch at least).


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

https://reviews.llvm.org/D71919

Files:
  llvm/include/llvm/Analysis/LoopAccessAnalysis.h
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/lib/Analysis/LoopAccessAnalysis.cpp
  llvm/lib/Analysis/TargetTransformInfo.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/ARM/mve-mat-mul.ll
  llvm/test/Transforms/LoopVectorize/X86/optsize.ll
  llvm/unittests/Transforms/Vectorize/VPlanSlpTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71919.236326.patch
Type: text/x-patch
Size: 20854 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200106/6a1b2c38/attachment.bin>


More information about the llvm-commits mailing list