[PATCH] D23432: [AliasSetTracker] Degrade AliasSetTracker results when may-alias sets get too large.

Michael Kuperstein via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 13:31:34 PDT 2016


mkuper updated this revision to Diff 68066.
mkuper marked 2 inline comments as done.
mkuper added a comment.

Updated per David's comments, except for the getAliasSetForPointer() change.

(Re mergeAllAliasSets - I was wrong, it can use mergeSetIn() as is, it does the right thing.)


https://reviews.llvm.org/D23432

Files:
  include/llvm/Analysis/AliasSetTracker.h
  lib/Analysis/AliasSetTracker.cpp
  test/Analysis/AliasSet/saturation.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23432.68066.patch
Type: text/x-patch
Size: 13526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160815/187a9e56/attachment.bin>


More information about the llvm-commits mailing list