[PATCH] D95672: [LV] Vectorize backward load after store accesses

Hu Jiangping via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 1 01:22:35 PST 2021


hujp updated this revision to Diff 320412.
hujp added a comment.

fix tests to use only -loop-vectorize option, and correct c codes format.


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

https://reviews.llvm.org/D95672

Files:
  llvm/include/llvm/Analysis/LoopAccessAnalysis.h
  llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  llvm/lib/Analysis/LoopAccessAnalysis.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/memdep.ll
  llvm/test/Transforms/LoopVectorize/pr47929-vectorize-backward-load-after-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95672.320412.patch
Type: text/x-patch
Size: 29054 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210201/9ed241f2/attachment.bin>


More information about the llvm-commits mailing list