This is an archive of the discontinued LLVM Phabricator instance.

[AliasSetTracker] Cleanup addPointer interface. [NFCI]
ClosedPublic

Authored by asbirlea on Oct 29 2018, 2:50 PM.

Details

Summary

Attempting to simplify the addPointer interface.
Currently there's code decomposing a MemoryLocation into (Ptr, Size, AAMDNodes) only to recreate the MemoryLocation inside the call.

Diff Detail

Repository
rL LLVM

Event Timeline

asbirlea created this revision.Oct 29 2018, 2:50 PM
reames accepted this revision.Oct 29 2018, 3:24 PM

LGTM.

p.s. This is an obvious NFC cleanup You'd be fine to land this without review.

This revision is now accepted and ready to land.Oct 29 2018, 3:24 PM
This revision was automatically updated to reflect the committed changes.