[PATCH] D101286: [LAA] Support pointer phis in loop by analyzing each incoming pointer.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 27 06:04:10 PDT 2021


fhahn updated this revision to Diff 340813.
fhahn marked 2 inline comments as done.
fhahn added a comment.

Rebased and replaced `auto` with `Use`

In D101286#2717804 <https://reviews.llvm.org/D101286#2717804>, @Meinersbur wrote:

> Makes sense to me.
>
> Pre-merge bot could not apply the patch, possibly because you diffed it against a commit that is not upstream.

Yes when I uploaded the patch I did not yet commit the initial change for the tests. That should be done now in a950f66de25f <https://reviews.llvm.org/rGa950f66de25f945824495c438b5ec9271ac5090a>  :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101286

Files:
  llvm/lib/Analysis/LoopAccessAnalysis.cpp
  llvm/test/Analysis/LoopAccessAnalysis/pointer-phis.ll
  llvm/test/Transforms/LoopVectorize/vectorize-pointer-phis.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101286.340813.patch
Type: text/x-patch
Size: 4898 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210427/4a567b5c/attachment.bin>


More information about the llvm-commits mailing list