This is an archive of the discontinued LLVM Phabricator instance.

[AliasSetTracker] Pass MustAlias to addPointer more often.
ClosedPublic

Authored by asbirlea on Jan 11 2019, 11:14 AM.

Details

Summary

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]

Diff Detail

Event Timeline

asbirlea created this revision.Jan 11 2019, 11:14 AM
reames accepted this revision.Jan 15 2019, 2:36 PM

LGTM

This revision is now accepted and ready to land.Jan 15 2019, 2:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 6 2019, 11:47 AM
asbirlea updated this revision to Diff 185604.Feb 6 2019, 11:48 AM

Rebase on ToT.

This revision was automatically updated to reflect the committed changes.