[PATCH] D108699: [LAA] Analyze pointers forked by a select

Graham Hunter via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 26 02:22:52 PST 2021


huntergr updated this revision to Diff 389956.
huntergr added a comment.

Revised based on @fhahn 's initial suggestions, rebased.

I'll look into the MemAccessInfo approach.


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

https://reviews.llvm.org/D108699

Files:
  llvm/include/llvm/Analysis/LoopAccessAnalysis.h
  llvm/lib/Analysis/LoopAccessAnalysis.cpp
  llvm/lib/Transforms/Scalar/LoopDistribute.cpp
  llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
  llvm/lib/Transforms/Utils/LoopVersioning.cpp
  llvm/test/Analysis/LoopAccessAnalysis/forked-pointers.ll
  llvm/test/Transforms/LoopVectorize/forked-pointers.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108699.389956.patch
Type: text/x-patch
Size: 55831 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211126/a6817295/attachment.bin>


More information about the llvm-commits mailing list