This is an archive of the discontinued LLVM Phabricator instance.

[AliasSetTracker] Delete remove() and containsPointer() interfaces
ClosedPublic

Authored by mkuper on Aug 10 2016, 10:41 AM.

Details

Summary

This removes a few interfaces from AliasSetTracker that are dead in-tree.
Anyone sees a reason to keep them alive?

Diff Detail

Repository
rL LLVM

Event Timeline

mkuper updated this revision to Diff 67549.Aug 10 2016, 10:41 AM
mkuper retitled this revision from to [AliasSetTracker] Delete remove() and containsPointer() interfaces.
mkuper updated this object.
mkuper added reviewers: hfinkel, majnemer, chandlerc.
mkuper added a subscriber: llvm-commits.

+1 for the cleanup. The containsPointer interface does linear search to find the match which can be bad for compile time performance when used.

hfinkel accepted this revision.Aug 11 2016, 5:39 AM
hfinkel edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 11 2016, 5:39 AM
This revision was automatically updated to reflect the committed changes.