[PATCH] D59648: [BasicAliasAnalysis] Fix computation for arrays > half of address space

Eugene Sharygin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 17 04:17:27 PDT 2019


eush updated this revision to Diff 200016.
eush added a comment.

I updated the diff as per the comments.

- [Basicaliasanalysis] Factor out modular arithmetic to reduce repetition
- [BasicAliasAnalysis] Expand the comments on MaxVarOffset


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59648

Files:
  include/llvm/Analysis/BasicAliasAnalysis.h
  lib/Analysis/BasicAliasAnalysis.cpp
  test/Analysis/BasicAA/cs-cs.ll
  test/Analysis/BasicAA/huge-array.ll
  test/Analysis/BasicAA/pr34344.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59648.200016.patch
Type: text/x-patch
Size: 16057 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190517/20410439/attachment.bin>


More information about the llvm-commits mailing list