[PATCH] D130278: [LAA] Handle forked pointers with add/sub instructions

Graham Hunter via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 08:11:08 PDT 2022


huntergr created this revision.
huntergr added reviewers: fhahn, david-arm.
Herald added a subscriber: hiraditya.
Herald added a project: All.
huntergr requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Handle cases where a forked pointer has an add or sub instruction before reaching a select.

Tests were precommitted in rG0a715c114686 <https://reviews.llvm.org/rG0a715c114686806193878e876ed3d50144138263>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130278

Files:
  llvm/lib/Analysis/LoopAccessAnalysis.cpp
  llvm/test/Analysis/LoopAccessAnalysis/forked-pointers.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130278.446507.patch
Type: text/x-patch
Size: 7763 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220721/78ca2866/attachment.bin>


More information about the llvm-commits mailing list