[PATCH] D137158: [NFCI][LoopVectorize] Add MemoryDependenceAnalysis infrastructure

Peter Waller via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 06:33:47 PDT 2022


peterwaller-arm created this revision.
Herald added subscribers: shiva0217, ormris, wenlei, steven_wu, hiraditya.
Herald added a project: All.
peterwaller-arm requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead.
Herald added a project: LLVM.

This patch adds the memory dependence analysis pass to LoopVectorize.

The intent is to introduce patches on top of this one which use it.

I'm not certain at this stage if this is the right thing to use or if
there may be infrastructure available within LoopVectorize that it may
be possible to use without the need to introduce MemoryDependenceAnalysis.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137158

Files:
  llvm/include/llvm/Analysis/IVDescriptors.h
  llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
  llvm/lib/Analysis/IVDescriptors.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Other/new-pm-defaults.ll
  llvm/test/Other/new-pm-thinlto-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137158.472275.patch
Type: text/x-patch
Size: 12265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221101/9d0c4eca/attachment.bin>


More information about the llvm-commits mailing list