This is an archive of the discontinued LLVM Phabricator instance.

[LAA] Pass LoopAccessInfoManager instead of GetLAA function.
ClosedPublic

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

Details

Summary

Use LoopAccessInfoManager directly instead of various GetLAA lambdas.

Depends on D134608.

Diff Detail

Event Timeline

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