[PATCH] D102266: [LAA] Also handle pointer phis in ::addAccess.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 3 07:37:58 PDT 2021


fhahn updated this revision to Diff 370583.
fhahn added a comment.

Folded changes from D101286 <https://reviews.llvm.org/D101286> (which got reverted) into this revision, remove duplication.

I'd appreciate another loop at the whole patch, which now handles phis in both  ::addAccess and MemDepChecker.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102266

Files:
  llvm/include/llvm/Analysis/LoopAccessAnalysis.h
  llvm/lib/Analysis/LoopAccessAnalysis.cpp
  llvm/test/Analysis/LoopAccessAnalysis/pointer-phis.ll
  llvm/test/Transforms/LoopDistribute/pointer-phi-in-loop.ll
  llvm/test/Transforms/LoopVectorize/vectorize-pointer-phis.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102266.370583.patch
Type: text/x-patch
Size: 10691 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210903/a5473c56/attachment.bin>


More information about the llvm-commits mailing list