[PATCH] D134609: [LAA] Pass LoopAccessInfoManager instead of GetLAA function.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 25 12:58:30 PDT 2022


fhahn created this revision.
fhahn added reviewers: aeubanks, asbirlea, Meinersbur.
Herald added a subscriber: hiraditya.
Herald added a project: All.
fhahn requested review of this revision.
Herald added a subscriber: pcwang-thead.
Herald added a project: LLVM.

Use LoopAccessInfoManager directly instead of various GetLAA lambdas.

Depends on D134608 <https://reviews.llvm.org/D134608>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134609

Files:
  llvm/include/llvm/Analysis/LoopAccessAnalysis.h
  llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
  llvm/lib/Transforms/Scalar/LoopDistribute.cpp
  llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
  llvm/lib/Transforms/Scalar/LoopVersioningLICM.cpp
  llvm/lib/Transforms/Utils/LoopVersioning.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134609.462754.patch
Type: text/x-patch
Size: 19690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220925/b4f6269a/attachment.bin>


More information about the llvm-commits mailing list