This is an archive of the discontinued LLVM Phabricator instance.

NFC. Remove obsolete SimpleAnalysis infrastructure
ClosedPublic

Authored by DaniilSuchkov on Jan 21 2020, 1:54 AM.

Details

Summary

Apparently cache of AliasSetTrackers held by LICM was the only user of SimpleAnalysis infrastructure. Now, given that we no longer have that cache (D73084), this infrastructure is obsolete and, taking into account its nature, we don't want any new solutions to be based on it.

Diff Detail

Event Timeline

DaniilSuchkov created this revision.Jan 21 2020, 1:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 21 2020, 1:54 AM
asbirlea accepted this revision.Jan 21 2020, 9:52 AM

LGTM.

This revision is now accepted and ready to land.Jan 21 2020, 9:52 AM
This revision was automatically updated to reflect the committed changes.