This is an archive of the discontinued LLVM Phabricator instance.

[LAA] Use LoopAccessInfoManager in legacy pass.
ClosedPublic

Authored by fhahn on Sep 25 2022, 12:56 PM.

Details

Summary

Simplify LoopAccessLegacyAnalysis by using LoopAccessInfoManager from
D134606. As a side-effect this also removes printing support from
LoopAccessLegacyAnalysis.

Depends on D134606.

Diff Detail

Event Timeline

fhahn created this revision.Sep 25 2022, 12:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 25 2022, 12:56 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
fhahn requested review of this revision.Sep 25 2022, 12:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 25 2022, 12:56 PM
aeubanks accepted this revision.Oct 3 2022, 1:39 PM
This revision is now accepted and ready to land.Oct 3 2022, 1:39 PM
This revision was automatically updated to reflect the committed changes.