This is an archive of the discontinued LLVM Phabricator instance.

[LoopVersioning,LLE] Clear LoopAccessInfoManager after making changes.
ClosedPublic

Authored by fhahn on Sep 25 2022, 1:01 PM.

Details

Summary

Loop versioning changes the control-flow, which may impact SCEVs cached
by for other loops in LoopAccessInfoManager. Clear the manager after
making changes.

Fixes #57825.

Depends on D134609.

Diff Detail

Event Timeline

fhahn created this revision.Sep 25 2022, 1:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 25 2022, 1:01 PM
fhahn requested review of this revision.Sep 25 2022, 1:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 25 2022, 1:01 PM
aeubanks accepted this revision.Oct 3 2022, 1:48 PM
This revision is now accepted and ready to land.Oct 3 2022, 1:48 PM
This revision was landed with ongoing or failed builds.Oct 4 2022, 1:36 PM
This revision was automatically updated to reflect the committed changes.