[PATCH] D56613: [AliasSetTracker] Pass MustAlias to addPointer more often.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 11 11:14:32 PST 2019


asbirlea created this revision.
asbirlea added reviewers: reames, mkazantsev.
Herald added subscribers: jlebar, sanjoy.

Pass the alias info to addPointer when available. Will save an alias()
call for must sets when adding a known Must or May alias.
[Part of a series of cleanup patches]


Repository:
  rL LLVM

https://reviews.llvm.org/D56613

Files:
  include/llvm/Analysis/AliasSetTracker.h
  lib/Analysis/AliasSetTracker.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56613.181329.patch
Type: text/x-patch
Size: 5764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190111/06f1f26e/attachment.bin>


More information about the llvm-commits mailing list